Set keycloak with http instead https for traefik and keep https for users (external
This commit is contained in:
parent
b6ea4d2615
commit
acc378401a
@ -13,6 +13,7 @@ auth:
|
||||
adminPassword: adminpassword
|
||||
|
||||
production: true
|
||||
proxy: edge
|
||||
proxyHeaders: xforwarded
|
||||
|
||||
replicaCount: 1
|
||||
@ -31,6 +32,7 @@ ingress:
|
||||
ingressClassName: traefik
|
||||
hostname: keycloak.dvirlabs.com
|
||||
path: /
|
||||
pathType: Prefix
|
||||
servicePort: http
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
@ -88,6 +90,10 @@ customReadinessProbe:
|
||||
extraEnvVars:
|
||||
- name: KEYCLOAK_LOGLEVEL
|
||||
value: INFO
|
||||
- name: KC_HTTP_ENABLED
|
||||
value: "true"
|
||||
- name: KC_PROXY_HEADERS
|
||||
value: xforwarded
|
||||
|
||||
configuration: ""
|
||||
existingConfigmap: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user