feat: remove nfs pvc

This commit is contained in:
auricom
2022-06-02 14:41:38 +02:00
parent 56a54f24ae
commit effa3fcdaa

View File

@@ -55,13 +55,14 @@ spec:
ports:
- containerPort: 8080
volumeMounts:
- name: nfs-backups-data
- name: backups
mountPath: /backups
subPath: postgresql
volumes:
- name: nfs-backups-data
persistentVolumeClaim:
claimName: nfs-backups-data
- name: backups
nfs:
server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/backups
dnsConfig:
options:
- name: ndots