Skip to content

Commit

Permalink
Merge pull request #38 from NCEAS/33-add-postgres-deployment-to-helm-…
Browse files Browse the repository at this point in the history
…chart

Updates to yaml for persistence and resource requests
  • Loading branch information
RWShelton authored Nov 22, 2024
2 parents ec99052 + e5d6b10 commit 10438e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,24 @@ affinity: {}
postgresql:
enabled: true
primary:
resources:
requests:
memory: 128Mi
limits:
memory: 192Mi
#borrowed this from metacat to get started, might need some further updating when we get to API time.
pgHbaConfiguration: |
host vegbank vegbank 0.0.0.0/0 password
host vegbank vegbank ::0/0 password
local all all trust
host all all 127.0.0.1/32 trust
persistence:
enabled: true
storageClass: csi-cephfs-sc
size: 100Gi
accessModes:
- ReadWriteMany




0 comments on commit 10438e5

Please sign in to comment.