„template-postgres/templates/deployment.yaml“ ändern

This commit is contained in:
2023-09-25 21:21:57 +02:00
parent 3bb922eaa6
commit 9ac4a26c23

View File

@ -20,7 +20,7 @@ spec:
claimName: {{ .Values.database.name }}-pvc
containers:
- name: {{ .Values.database.name }}
image: postgres
image: postgres:{{ .Values.image.tag }}
ports:
- containerPort: 5432
volumeMounts: