switch zitadel to cockroachDB

This commit is contained in:
2024-03-16 10:52:29 +01:00
parent db0b28ca79
commit cda79c4428
8 changed files with 126 additions and 164 deletions

View File

@@ -2,20 +2,18 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./certs-job.yaml
- ./cert-job.yaml
- ./secrets.yaml
- ./ingressRoute.yaml
helmCharts:
- name: postgres
repo: oci://registry-1.docker.io/bitnamicharts/postgresql
releaseName: postgresql
version: 14.3.3
valuesFile: ./zitadel/postgres-values.yaml
- name: cockroachdb
repo: https://charts.cockroachdb.com/
releaseName: cockroachdb
version: 12.0.2
valuesFile: cockroach-values.yaml
- name: zitadel
repo: https://charts.zitadel.com
releaseName: zitadel
version: 7.10.0
valuesFile: ./values.yaml
patchesStrategicMerge:
- ./ingressRoute.yaml