mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
add bitwarden to infra
This commit is contained in:
parent
3d2a2e37b9
commit
48909154e8
6 changed files with 138 additions and 0 deletions
11
infra/bitwarden/templates/bitwarden-pvc.yaml
Normal file
11
infra/bitwarden/templates/bitwarden-pvc.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: bitwarden-pvc
|
||||
spec:
|
||||
storageClassName: longhorn
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue