Set keycloak with http instead https for traefik and keep https for users (external

This commit is contained in:
dvirlabs 2026-03-15 06:43:56 +02:00
parent b6ea4d2615
commit acc378401a

View File

@ -13,6 +13,7 @@ auth:
adminPassword: adminpassword adminPassword: adminpassword
production: true production: true
proxy: edge
proxyHeaders: xforwarded proxyHeaders: xforwarded
replicaCount: 1 replicaCount: 1
@ -31,6 +32,7 @@ ingress:
ingressClassName: traefik ingressClassName: traefik
hostname: keycloak.dvirlabs.com hostname: keycloak.dvirlabs.com
path: / path: /
pathType: Prefix
servicePort: http servicePort: http
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
@ -88,6 +90,10 @@ customReadinessProbe:
extraEnvVars: extraEnvVars:
- name: KEYCLOAK_LOGLEVEL - name: KEYCLOAK_LOGLEVEL
value: INFO value: INFO
- name: KC_HTTP_ENABLED
value: "true"
- name: KC_PROXY_HEADERS
value: xforwarded
configuration: "" configuration: ""
existingConfigmap: "" existingConfigmap: ""