vaultwarden switch to static pvc

This commit is contained in:
2024-05-06 16:53:18 +02:00
parent 0a5645110a
commit dabbb801d0
2 changed files with 40 additions and 7 deletions

View File

@ -84,9 +84,10 @@ spec:
resources: {}
volumeMounts:
- mountPath: /data
name: vaultwarden
name: vaultwarden-pvc
subPath: a732584e-b9e2-425d-8e9e-8ba5a932e611
restartPolicy: Always
volumes:
- name: vaultwarden
- name: vaultwarden-pvc
persistentVolumeClaim:
claimName: vaultwarden
claimName: vaultwarden-pvc