Skip to content

Commit

Permalink
Merge branch 'main' into feat/draftseedlots
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Aug 2, 2024
2 parents 1e03d5f + 492389a commit 9a2b20d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions database/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ parameters:
description: Where to mount the PVC, subpath (e.g. data/)
value: /var/lib/postgresql
- name: CPU_REQUEST
value: 50m
value: 25m
- name: CPU_LIMIT
value: 115m
value: 75m
- name: MEMORY_REQUEST
value: 150Mi
value: 100Mi
- name: MEMORY_LIMIT
value: 250Mi
value: 200Mi
- name: DB_PVC_SIZE
description: Volume space available for data, e.g. 512Mi, 2Gi.
displayName: Database Volume Capacity
Expand Down

0 comments on commit 9a2b20d

Please sign in to comment.