Change vw data path
This commit is contained in:
parent
4754988438
commit
c582281dc9
2 changed files with 3 additions and 1 deletions
|
@ -5,3 +5,5 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- authentik.yaml
|
- authentik.yaml
|
||||||
- nextcloud.yaml
|
- nextcloud.yaml
|
||||||
|
- vaultwarden.yaml
|
||||||
|
- linkwarden.yaml
|
||||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
storageClassName: local-path
|
storageClassName: local-path
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dpool/services/vaultwarden
|
path: /dpool/services/vaultwarden/data
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue