From f7a3df6a1c1ce641a64e9adc8c896bda487f23d6 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 24 May 2024 19:27:07 -0400 Subject: [PATCH] Update pgadmin to self provision --- pgadmin/helmrelease-pgadmin.yaml | 2 +- pgadmin/pgadmin-pvc.yaml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 pgadmin/pgadmin-pvc.yaml diff --git a/pgadmin/helmrelease-pgadmin.yaml b/pgadmin/helmrelease-pgadmin.yaml index 2bde568..2515e99 100644 --- a/pgadmin/helmrelease-pgadmin.yaml +++ b/pgadmin/helmrelease-pgadmin.yaml @@ -238,7 +238,7 @@ spec: ## GKE, AWS & OpenStack) ## # storageClass: "-" - existingClaim: "pgadmin-pvc" + #existingClaim: "pgadmin-pvc" ## Additional volumes to be added to the deployment ## diff --git a/pgadmin/pgadmin-pvc.yaml b/pgadmin/pgadmin-pvc.yaml deleted file mode 100644 index fb702b7..0000000 --- a/pgadmin/pgadmin-pvc.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: pgadmin-pvc - namespace: postgresql-system -spec: - accessModes: - - ReadWriteOnce - storageClassName: longhorn - resources: - requests: - storage: 1Gi