Skip to content

Commit

Permalink
Merge pull request #16 from EOEPCA/gc/pgo5
Browse files Browse the repository at this point in the history
enable pgclusters again
  • Loading branch information
ranchodeluxe authored Sep 9, 2024
2 parents 47d49dc + 9d240ff commit b077ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argocd/eoepca/data-access/parts/values/values-eoapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ingress:
secretName: eoapi-tls

db:
enabled: true
enabled: false
storageClassName: managed-nfs-storage-retain
accessModes:
- ReadWriteMany
Expand All @@ -26,7 +26,7 @@ db:
PGDATA: /data/pgdata

postgrescluster:
enabled: false
enabled: true
postgresVersion: 16
postGISVersion: 3.4
pgBouncerReplicas: 1
Expand Down Expand Up @@ -55,7 +55,7 @@ postgrescluster:
storage: 5Gi

pgstacBootstrap:
enabled: false
enabled: true

raster:
enabled: true
Expand Down

0 comments on commit b077ca3

Please sign in to comment.