Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "minor: remove static NFS PV (#100)" (#…
Browse files Browse the repository at this point in the history
…101)" (…" (#104)

This reverts commit 48a2ea1.
  • Loading branch information
ranchodeluxe authored Jul 9, 2024
1 parent bbca853 commit 62ce9cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
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

0 comments on commit 62ce9cc

Please sign in to comment.