move mount path for postgres >=v18
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s

This commit is contained in:
jona.klaess
2026-06-07 13:12:39 +02:00
parent 8a714109bf
commit fce5379241

View File

@@ -54,7 +54,7 @@ spec:
cpu: 2 cpu: 2
volumeMounts: volumeMounts:
- name: ptp-chat-pvc - name: ptp-chat-pvc
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql
readOnly: false readOnly: false
volumes: volumes:
- name: ptp-chat-pvc - name: ptp-chat-pvc