This commit is contained in:
parent
f1f3a99560
commit
07350ea4eb
@ -33,9 +33,9 @@ spec:
|
|||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: postgres-configmap
|
name: postgres-configmap
|
||||||
key: postgres-dbname
|
key: postgres-dbname
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
name: postgredb
|
name: postgredb
|
||||||
volumes:
|
volumes:
|
||||||
- name: postgredb
|
- name: postgredb
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
Loading…
Reference in New Issue
Block a user