Skip to content

Commit

Permalink
Complete volume swap (#616)
Browse files Browse the repository at this point in the history
* Add new encrypted volume

* swap postgres to encrypted volume

* cleanup old pv
  • Loading branch information
james-otten authored and WillNilges committed Oct 12, 2024
1 parent 7771b94 commit 0014070
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions infra/helm/meshdb/templates/postgres_pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.pg.pvc_name_legacy }}
namespace: {{ .Values.meshdb_app_namespace }}
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: {{ .Values.pg.pvc_size }}
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.pg.pvc_name }}
namespace: {{ .Values.meshdb_app_namespace }}
Expand Down
1 change: 0 additions & 1 deletion infra/helm/meshdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pg:
user: meshdb
user_ro: meshdb_ro
port: "5432"
pvc_name_legacy: "meshdb-postgres-pvc"
pvc_name: "meshdb-postgres-encyrpted-pvc"
pvc_size: "20Gi"
liveness_probe: "true"
Expand Down

0 comments on commit 0014070

Please sign in to comment.