#15 fix backup location. Only run on dck

This commit is contained in:
j 2025-08-04 00:13:48 +10:00
parent cd77bd6bd4
commit 67a435015d

View file

@ -45,6 +45,8 @@ spec:
labels: labels:
app: postgres app: postgres
spec: spec:
nodeSelector:
role: dck
containers: containers:
- name: postgres - name: postgres
image: postgres:15 image: postgres:15
@ -87,7 +89,7 @@ spec:
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
storageClassName: local-path storageClassName: local-path
hostPath: hostPath:
path: /dpool/postgres/backup path: /dpool/services/postgres/backup
--- ---
apiVersion: v1 apiVersion: v1