Fix NFS volumes

This commit is contained in:
auricom
2021-03-30 17:29:11 +02:00
parent 2545fb21bc
commit 9565cb306f
5 changed files with 133 additions and 136 deletions

View File

@@ -62,13 +62,13 @@ spec:
ports:
- containerPort: 8080
volumeMounts:
- name: storage
- name: nfs-backups
mountPath: /backups
subPath: backups
subPath: postgresql
volumes:
- name: storage
- name: nfs-backups
persistentVolumeClaim:
claimName: nfs-storage
claimName: nfs-backups
dnsConfig:
options:
- name: ndots