mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
Add zitadel deployment
This commit is contained in:
22
deployment/zitadel/kustomization.yaml
Normal file
22
deployment/zitadel/kustomization.yaml
Normal 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
|
Reference in New Issue
Block a user