Add zitadel deployment

This commit is contained in:
2024-03-15 21:37:43 +01:00
parent 2e233abfd6
commit befd578bf9
9 changed files with 81 additions and 41 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: generations-heritage
resources:
- ./certs-job.yaml
- ./secrets.yaml
helmCharts:
- name: postgres
repo: https://charts.bitnami.com/bitnami
releaseName: postgresql
version: 14.3.3
valuesFile: ./zitadel/postgres-values.yaml
- name: zitadel
repo: https://charts.zitadel.com
releaseName: zitadel
version: 7.10.0
valuesFile: ./values.yaml
patchesStrategicMerge:
- ./ingressRoute.yaml