#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:
app: postgres
spec:
nodeSelector:
role: dck
containers:
- name: postgres
image: postgres:15
@ -87,7 +89,7 @@ spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: local-path
hostPath:
path: /dpool/postgres/backup
path: /dpool/services/postgres/backup
---
apiVersion: v1