Browse Source

Update postgres-deployment.yaml

skoc10/publish-charts-artifacthub
selmankoc 3 years ago
parent
commit
3f93168fb6
  1. 4
      etc/k8s/eshoponabp/charts/postgres/templates/postgres-deployment.yaml

4
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 }}
Loading…
Cancel
Save