From bc04c1414b331f1ff40118db2af012b6d3533d74 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:36:17 +1000 Subject: [PATCH] add pg --- manifests/02-deployments/deployment-postgres.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/02-deployments/deployment-postgres.yaml b/manifests/02-deployments/deployment-postgres.yaml index 8f1168b..77eac5a 100644 --- a/manifests/02-deployments/deployment-postgres.yaml +++ b/manifests/02-deployments/deployment-postgres.yaml @@ -49,7 +49,7 @@ metadata: type: local app: postgres spec: - storageClassName: manual + #storageClassName: manual capacity: storage: 5Gi accessModes: @@ -64,7 +64,7 @@ metadata: labels: app: postgres spec: - storageClassName: manual + #storageClassName: manual accessModes: - ReadWriteMany resources: