From 3f93168fb6fa1b40e65d35b4ab14b52ae0e42a7d Mon Sep 17 00:00:00 2001 From: selmankoc Date: Thu, 4 May 2023 16:48:14 +0300 Subject: [PATCH] Update postgres-deployment.yaml --- .../charts/postgres/templates/postgres-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/k8s/eshoponabp/charts/postgres/templates/postgres-deployment.yaml b/etc/k8s/eshoponabp/charts/postgres/templates/postgres-deployment.yaml index 50c455a6..a86da72b 100644 --- a/etc/k8s/eshoponabp/charts/postgres/templates/postgres-deployment.yaml +++ b/etc/k8s/eshoponabp/charts/postgres/templates/postgres-deployment.yaml @@ -34,8 +34,8 @@ spec: name: {{ .Release.Name }}-{{ .Chart.Name }}-database-volume spec: accessModes: [ "ReadWriteOnce" ] - storageClassName: "managed-premium-retain" + storageClassName: "managed-csi" resources: requests: - storage: 32Gi + storage: 16Gi {{- end }} \ No newline at end of file