#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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue