Skip to content

Commit

Permalink
Merge pull request #6 from EOEPCA/gc/revert_pgo
Browse files Browse the repository at this point in the history
revert pgo on nfs
  • Loading branch information
ranchodeluxe authored Jul 9, 2024
2 parents cb6bc65 + 1a1104b commit fefbb11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions argocd/eoepca/data-access/parts/app-data-access-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ spec:
# Ref. https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/
project: eoepca
sources:
# pgo cannot be a dependency of eoAPI b/c it causes zombie resources on helm uninstall
- repoURL: oci://registry.developers.crunchydata.com
chart: crunchydata/pgo
targetRevision: 5.5.2
helm:
releaseName: pgo
valueFiles:
- $values/argocd/eoepca/data-access/parts/values/values-pgo.yaml
# # pgo cannot be a dependency of eoAPI b/c it causes zombie resources on helm uninstall
# - repoURL: oci://registry.developers.crunchydata.com
# chart: crunchydata/pgo
# targetRevision: 5.5.2
# helm:
# releaseName: pgo
# valueFiles:
# - $values/argocd/eoepca/data-access/parts/values/values-pgo.yaml
- repoURL: https://devseed.com/eoapi-k8s/
chart: eoapi
targetRevision: 0.3.3
Expand Down
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: false
enabled: true
storageClassName: managed-nfs-storage-retain
accessModes:
- ReadWriteMany
Expand All @@ -26,7 +26,7 @@ db:
PGDATA: /data/pgdata

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

pgstacBootstrap:
enabled: true
enabled: false

raster:
enabled: true
Expand Down

0 comments on commit fefbb11

Please sign in to comment.