Update Keycloak probe/realm import behavior and authority config so auth services start reliably on the dev cluster, while keeping CD deployment steps aligned with the actual Kubernetes overlay behavior.
19 lines
421 B
YAML
19 lines
421 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- backend-deployment.yaml
|
|
- backend-service.yaml
|
|
- frontend-deployment.yaml
|
|
- frontend-service.yaml
|
|
- postgres-statefulset.yaml
|
|
- postgres-service.yaml
|
|
- keycloak-deployment.yaml
|
|
- keycloak-realm-import-configmap.yaml
|
|
- keycloak-service.yaml
|
|
- configmap.yaml
|
|
- ingress.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|