Using another chart for vaultwarden
This commit is contained in:
@@ -9,42 +9,18 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: {{ .Values.argocd.project }}
|
project: {{ .Values.argocd.project }}
|
||||||
source:
|
source:
|
||||||
repoURL: "tccr.io/truecharts"
|
repoURL: "https://guerzon.github.io/vaultwarden"
|
||||||
chart: vaultwarden
|
chart: vaultwarden
|
||||||
targetRevision: 28.x
|
targetRevision: v0.29.x
|
||||||
helm:
|
helm:
|
||||||
releaseName: vaultwarden
|
releaseName: vaultwarden
|
||||||
valuesObject:
|
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:
|
database:
|
||||||
|
type: postgresql
|
||||||
|
existingSecret: {{ .Values.vaultwarden.dbCluster.secretName }}
|
||||||
|
existingSecretKey: uri
|
||||||
|
ingress:
|
||||||
enabled: true
|
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
|
|
||||||
destination:
|
destination:
|
||||||
server: {{ .Values.mainDestination }}
|
server: {{ .Values.mainDestination }}
|
||||||
namespace: {{ .Values.mainNamespace }}
|
namespace: {{ .Values.mainNamespace }}
|
||||||
@@ -56,8 +32,3 @@ spec:
|
|||||||
- ApplyOutOfSyncOnly=true
|
- ApplyOutOfSyncOnly=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
ignoreDifferences:
|
|
||||||
- group: apps
|
|
||||||
kind: Deployment
|
|
||||||
jsonPointers:
|
|
||||||
- /spec/template/spec/hostUsers
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ vaultwarden:
|
|||||||
dbCluster:
|
dbCluster:
|
||||||
numInstances: 3
|
numInstances: 3
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
secretName: vaultwarden-db-app
|
||||||
dataPvc:
|
dataPvc:
|
||||||
name: vaultwarden-data
|
name: vaultwarden-data
|
||||||
storageClassName: ''
|
storageClassName: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user