| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 1 | apiVersion: helm.toolkit.fluxcd.io/v2beta1 |
| 2 | kind: HelmRelease |
| 3 | metadata: |
| 4 | name: matrix |
| Giorgi Lekveishvili | 7fb28bf | 2023-06-24 19:51:16 +0400 | [diff] [blame] | 5 | namespace: {{ .Release.Namespace }} |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 6 | spec: |
| Giorgi Lekveishvili | c921139 | 2023-06-12 18:30:14 +0400 | [diff] [blame] | 7 | dependsOn: |
| 8 | - name: matrix-storage |
| Giorgi Lekveishvili | 7fb28bf | 2023-06-24 19:51:16 +0400 | [diff] [blame] | 9 | namespace: {{ .Release.Namespace }} |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 10 | chart: |
| 11 | spec: |
| 12 | chart: charts/matrix |
| 13 | sourceRef: |
| 14 | kind: GitRepository |
| 15 | name: pcloud |
| Giorgi Lekveishvili | c921139 | 2023-06-12 18:30:14 +0400 | [diff] [blame] | 16 | namespace: {{ .Global.Id }} |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 17 | interval: 1m0s |
| 18 | values: |
| Giorgi Lekveishvili | c921139 | 2023-06-12 18:30:14 +0400 | [diff] [blame] | 19 | domain: {{ .Global.Domain }} |
| Giorgi Lekveishvili | 6d7dcb8 | 2023-12-20 14:44:42 +0400 | [diff] [blame] | 20 | subdomain: {{ .Values.Subdomain }} |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 21 | oauth2: |
| Giorgi Lekveishvili | c921139 | 2023-06-12 18:30:14 +0400 | [diff] [blame] | 22 | hydraAdmin: http://hydra-admin.{{ .Global.NamespacePrefix }}core-auth.svc.cluster.local |
| 23 | hydraPublic: https://hydra.{{ .Global.Domain }} |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 24 | secretName: oauth2-client |
| 25 | postgresql: |
| 26 | host: postgres |
| 27 | port: 5432 |
| 28 | database: matrix |
| Giorgi Lekveishvili | 6d7dcb8 | 2023-12-20 14:44:42 +0400 | [diff] [blame] | 29 | user: matrix |
| 30 | password: matrix |
| Giorgi Lekveishvili | c921139 | 2023-06-12 18:30:14 +0400 | [diff] [blame] | 31 | certificateIssuer: {{ .Global.Id }}-public |
| 32 | ingressClassName: {{ .Global.PCloudEnvName }}-ingress-public |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 33 | configMerge: |
| 34 | configName: config-to-merge |
| 35 | fileName: to-merge.yaml |
| Giorgi Lekveishvili | 9d4c10d | 2023-12-20 20:22:47 +0400 | [diff] [blame] | 36 | image: |
| 37 | repository: matrixdotorg/synapse |
| 38 | tag: v1.98.0 |
| 39 | pullPolicy: IfNotPresent |