default-values.yaml 386 Bytes
namespace: keycloak
postgresql:
  numberOfInstances: 2
  volume:
    size: 1Gi
  version: "14"
  waitForPg:
    image: registry.opensource.zalan.do/acid/spilo-14:2.1-p6
initialAdmin:
  username: admin
  password: admin
certificate:
  hostName: auth.local
  issuerRef: ca-issuer
virtualService:
  hostName: auth.local
  gateway: istio-system/cluster-local-gateway
  issuerRef: ca-issuer