mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: remove nfs pvc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user