#15 fix backup location. Only run on dck
This commit is contained in:
parent
cd77bd6bd4
commit
67a435015d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue