„template-postgres/templates/deployment.yaml“ ändern
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user