blob: 301b1228571da6a39c543c602bd11c1d1f43f1e1 [file] [log] [blame]
giolekva050609f2021-12-29 15:51:40 +04001apiVersion: helm.toolkit.fluxcd.io/v2beta1
2kind: HelmRelease
3metadata:
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +04004 name: namespaces-vaultwarden
5 namespace: {{ .Global.Id }}
6spec:
7 chart:
8 spec:
9 chart: charts/namespaces
10 sourceRef:
11 kind: GitRepository
12 name: pcloud
13 namespace: {{ .Global.Id }}
14 interval: 1m0s
15 values:
16 pcloudInstanceId: {{ .Global.Id }}
17 namespacePrefix: {{ .Global.NamespacePrefix }}
18 namespaces:
19 - app-vaultwarden
20---
21apiVersion: helm.toolkit.fluxcd.io/v2beta1
22kind: HelmRelease
23metadata:
giolekva050609f2021-12-29 15:51:40 +040024 name: vaultwarden
Giorgi Lekveishvili4d2784d2023-06-01 14:27:32 +040025 namespace: {{ .Global.NamespacePrefix }}app-vaultwarden
giolekva050609f2021-12-29 15:51:40 +040026spec:
Giorgi Lekveishviliacc4a632023-06-09 12:50:21 +040027 dependsOn:
28 - name: namespaces-vaultwarden
29 namespace: {{ .Global.Id }}
giolekva050609f2021-12-29 15:51:40 +040030 chart:
31 spec:
32 chart: charts/vaultwarden
33 sourceRef:
34 kind: GitRepository
35 name: pcloud
Giorgi Lekveishvili4d2784d2023-06-01 14:27:32 +040036 namespace: {{ .Global.Id }}
giolekva050609f2021-12-29 15:51:40 +040037 interval: 1m0s
38 values:
39 image:
40 repository: vaultwarden/server
Giorgi Lekveishvili8bbf18d2023-06-02 11:44:41 +040041 tag: 1.28.1
giolekva050609f2021-12-29 15:51:40 +040042 pullPolicy: IfNotPresent
43 storage:
Giorgi Lekveishvili8bbf18d2023-06-02 11:44:41 +040044 size: 3Gi
Giorgi Lekveishvili4d2784d2023-06-01 14:27:32 +040045 domain: {{ .Values.Subdomain }}.{{ .Global.PrivateDomain }}
46 certificateIssuer: {{ .Global.Id }}-private
47 ingressClassName: {{ .Global.Id }}-ingress-private