Using another chart for vaultwarden

This commit is contained in:
2024-11-14 19:21:30 +00:00
parent 529ebc8095
commit d083169e65
2 changed files with 9 additions and 37 deletions

View File

@@ -9,42 +9,18 @@ metadata:
spec:
project: {{ .Values.argocd.project }}
source:
repoURL: "tccr.io/truecharts"
repoURL: "https://guerzon.github.io/vaultwarden"
chart: vaultwarden
targetRevision: 28.x
targetRevision: v0.29.x
helm:
releaseName: vaultwarden
valuesObject:
workload:
main:
podSpec:
containers:
main:
env:
DOMAIN: {{ .Values.vaultwarden.FQDN }}
persistence:
config:
enabled: true
mountPath: /config
type: pvc
namespace: {{ .Values.mainNamespace }}
accessModes: ReadWriteOnce
size: 100Mi
storageClass: {{ .Values.generalConfigStorageClass }}
database:
enabled: true
mountPath: /database
type: pvc
namespace: {{ .Values.mainNamespace }}
accessModes: ReadWriteOnce
size: 100Mi
storageClass: {{ .Values.generalConfigStorageClass }}
data:
enabled: true
mountPath: /data
type: pvc
namespace: {{ .Values.mainNamespace }}
existingClaim: thomflix-media
database:
type: postgresql
existingSecret: {{ .Values.vaultwarden.dbCluster.secretName }}
existingSecretKey: uri
ingress:
enabled: true
destination:
server: {{ .Values.mainDestination }}
namespace: {{ .Values.mainNamespace }}
@@ -56,8 +32,3 @@ spec:
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
- CreateNamespace=true
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/template/spec/hostUsers