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