Disable tls on keycloak app
This commit is contained in:
parent
3df58b8bfa
commit
7f06b4c444
@ -16,8 +16,7 @@ proxy: edge
|
|||||||
production: true
|
production: true
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: false
|
||||||
autoGenerated: true
|
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
@ -32,11 +31,10 @@ ingress:
|
|||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
hostname: keycloak.dvirlabs.com
|
hostname: keycloak.dvirlabs.com
|
||||||
path: /
|
path: /
|
||||||
servicePort: https
|
servicePort: http
|
||||||
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,12 +47,11 @@ postgresql:
|
|||||||
storageClass: nfs-client
|
storageClass: nfs-client
|
||||||
size: 8Gi
|
size: 8Gi
|
||||||
|
|
||||||
# Custom readiness probe for HTTPS mode
|
|
||||||
customReadinessProbe:
|
customReadinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /realms/master
|
path: /realms/master
|
||||||
port: https
|
port: http
|
||||||
scheme: HTTPS
|
scheme: HTTP
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user