kubectl -n argocd edit configmap argocd-cm
add
data:
resource.customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
https://www.keycloak.org/operator/installation
info: https://www.keycloak.org/operator/basic-deployment
for prod https://access.crunchydata.com/documentation/postgres-operator/latest/
for test keycloak_operator_example/example-postgres.yaml
test credential: postgres:testpassword
kubectl create secret generic keycloak-db-secret \
--from-literal=username=[your_database_username] \
--from-literal=password=[your_database_password]
for test keycloak_operator_example/example-kc.yaml