19 lines
377 B
YAML
19 lines
377 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: keycloak
|
|
resources:
|
|
- namespace.yaml
|
|
- resources.yaml
|
|
- ingress.yaml
|
|
generators:
|
|
- secret-generator.yaml
|
|
configMapGenerator:
|
|
- name: keycloak-config
|
|
literals:
|
|
- KC_HOSTNAME_URL=https://keycloak.distrust.co
|
|
patches:
|
|
- path: postgres-auth.patch.yaml
|
|
target:
|
|
kind: Deployment
|
|
name: keycloak
|