Disable tls on keycloak app
This commit is contained in:
parent
7f06b4c444
commit
e9382db9c1
@ -12,7 +12,6 @@ auth:
|
|||||||
adminUser: admin
|
adminUser: admin
|
||||||
adminPassword: adminpassword
|
adminPassword: adminpassword
|
||||||
|
|
||||||
proxy: edge
|
|
||||||
production: true
|
production: true
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
@ -61,3 +60,7 @@ 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
|
||||||
Loading…
x
Reference in New Issue
Block a user