Update keycloak values
This commit is contained in:
parent
e9382db9c1
commit
d0ae7760bc
@ -13,9 +13,16 @@ auth:
|
|||||||
adminPassword: adminpassword
|
adminPassword: adminpassword
|
||||||
|
|
||||||
production: true
|
production: true
|
||||||
|
proxyHeaders: xforwarded
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
|
enabled: true
|
||||||
|
usePemCerts: true
|
||||||
|
autoGenerated:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
existingSecret: keycloak-crt
|
||||||
|
certFilename: tls.crt
|
||||||
|
certKeyFilename: tls.key
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
@ -30,10 +37,11 @@ ingress:
|
|||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
hostname: keycloak.dvirlabs.com
|
hostname: keycloak.dvirlabs.com
|
||||||
path: /
|
path: /
|
||||||
servicePort: http
|
servicePort: https
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
traefik.ingress.kubernetes.io/service.serversscheme: https
|
||||||
tls: true
|
tls: true
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
@ -49,8 +57,8 @@ postgresql:
|
|||||||
customReadinessProbe:
|
customReadinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /realms/master
|
path: /realms/master
|
||||||
port: http
|
port: https
|
||||||
scheme: HTTP
|
scheme: HTTPS
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
@ -60,7 +68,3 @@ 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