mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
f585ee0f6e
commit
ef33ca289a
2 changed files with 25 additions and 1 deletions
24
bitwarden/templates/bitwarden-pv.yaml
Normal file
24
bitwarden/templates/bitwarden-pv.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
annotations:
|
||||
pv.kubernetes.io/provisioned-by: durp.info/nfs
|
||||
finalizers:
|
||||
- kubernetes.io/pv-protection
|
||||
name: bitwarden-pv
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 10Gi
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: bitwarden-pvc
|
||||
namespace: bitwarden
|
||||
nfs:
|
||||
path: /mnt/user/k3s/bitwarden
|
||||
server: 192.168.20.253
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
storageClassName: nfs-storage
|
||||
volumeMode: Filesystem
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: bitwarden-longhorn-pvc
|
||||
name: bitwarden-pvc
|
||||
spec:
|
||||
storageClassName: nfs-storage
|
||||
accessModes:
|
||||
Loading…
Add table
Add a link
Reference in a new issue