Browse Source

postgres: change mountpoint to ../data

As otherwise the VOLUME seems to override it
master
Nico Schottelius 2 years ago
parent
commit
cf992f1d3b
  1. 2
      generic/postgres.yaml

2
generic/postgres.yaml

@ -44,7 +44,7 @@ spec:
- configMapRef:
name: postgres-config
volumeMounts:
- mountPath: /var/lib/postgresql/
- mountPath: /var/lib/postgresql/data
name: postgresdb
volumes:
- name: postgresdb

Loading…
Cancel
Save