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: ports:
- containerPort: 8080 - containerPort: 8080
volumeMounts: volumeMounts:
- name: nfs-backups-data - name: backups
mountPath: /backups mountPath: /backups
subPath: postgresql subPath: postgresql
volumes: volumes:
- name: nfs-backups-data - name: backups
persistentVolumeClaim: nfs:
claimName: nfs-backups-data server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/backups
dnsConfig: dnsConfig:
options: options:
- name: ndots - name: ndots