diff --git a/manifests/keycloak/values.yaml b/manifests/keycloak/values.yaml index cb1b54f..fd35299 100644 --- a/manifests/keycloak/values.yaml +++ b/manifests/keycloak/values.yaml @@ -16,8 +16,7 @@ proxy: edge production: true tls: - enabled: true - autoGenerated: true + enabled: false replicaCount: 1 @@ -32,11 +31,10 @@ ingress: ingressClassName: traefik hostname: keycloak.dvirlabs.com path: / - servicePort: https + servicePort: http annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" - traefik.ingress.kubernetes.io/service.serversscheme: https tls: true postgresql: @@ -49,12 +47,11 @@ postgresql: storageClass: nfs-client size: 8Gi -# Custom readiness probe for HTTPS mode customReadinessProbe: httpGet: path: /realms/master - port: https - scheme: HTTPS + port: http + scheme: HTTP initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 1