Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor: remove pgo on nfs options #121

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions helm-chart/eoapi/templates/pv-static-efs-rwmany.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions helm-chart/eoapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,6 @@ db:
PGPASSWORD: ""
PGDATABASE: "postgis"

# on AWS we use the EBS and EFS CSI drivers that dynamically create
# and mount storage on request via PVC(s) but for NFS
# the EFS CSI driver by default creates mounts with access points
# that restrict read/write permissions to the uid:gid of the mount.
# in simple cases we don't want to have to think about this extra layer for NFS
# and this is a workaround to mount a static NFS without access points.
# NOTE: GCP and other IaC haven't been set up to use NFS yet
postgresclusterNFSStaticPV:
enabled: false
storageClassName: ""
volumeHandle: ""

# this is declared as a dependency of eoapi in helm-chart/eoapi/Chart.yaml
postgrescluster:
enabled: true
Expand Down
Loading