Refactor Gitea,Guacamole,Vaultwarden

This commit is contained in:
2023-12-26 19:52:08 +11:00
parent 998c6e888e
commit 6780322b44
21 changed files with 225 additions and 221 deletions

View File

@ -0,0 +1,18 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: flexvolsmb-vaultwarden-data
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
storageClassName: flexvolsmb-vaultwarden-data
flexVolume:
driver: mount/smb
secretRef:
name: flexvolsmb-credentials
options:
opts: file_mode=0777,dir_mode=0777,iocharset=utf8,nobrl
server: 192.168.154.225
share: /K3s.Volumes/vaultwarden/data