feat: implement backups to vaultwarden

This commit is contained in:
SeanOMik 2024-11-01 19:59:25 -04:00
parent 84f703fabc
commit 247064370f
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
4 changed files with 43 additions and 7 deletions

View File

@ -4,6 +4,6 @@ resources:
- ./namespace.yaml
#- ./network_policy.yaml
- ./transfersh
- ./vaultwarden
- ./vaultwarden/ks.yaml
- ./hastebin
- ./gotify

View File

@ -2,7 +2,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: vaultwarden
namespace: tools
spec:
interval: 5m
chart:
@ -17,7 +16,7 @@ spec:
values:
image:
repository: vaultwarden/server
tag: "1.32.3"
tag: 1.32.3
service:
main:
@ -46,10 +45,14 @@ spec:
persistence:
data:
enabled: true
type: hostPath
hostPath: /mnt/MainPool/Kubernetes/vaultwarden
mountPath: /data
existingClaim: vaultwarden
globalMounts:
- path: /data
# data:
# enabled: true
# type: hostPath
# hostPath: /mnt/MainPool/Kubernetes/vaultwarden
# mountPath: /data
resources:
requests:

View File

@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../common/templates/volsync
- ./helm-release.yaml

View File

@ -0,0 +1,32 @@
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app vaultwarden
namespace: flux-system
spec:
timeout: 5m
interval: 10m
targetNamespace: tools
path: ./kubernetes/main/apps/tools/vaultwarden
prune: true
sourceRef:
kind: GitRepository
name: home-cluster
decryption:
provider: sops
secretRef:
name: sops-gpg
dependsOn:
- name: openebs
- name: openebs-sc
- name: volsync
postBuild:
substituteFrom:
- kind: ConfigMap
name: cluster-settings
- kind: Secret
name: cluster-secrets
substitute:
APP: *app
VOLSYNC_CAPACITY: 5Gi