keycloak uses istio now
This commit is contained in:
parent
64070acfc8
commit
0fedd82790
|
@ -3,13 +3,8 @@ kind: Ingress
|
|||
metadata:
|
||||
name: keycloak-cascade
|
||||
namespace: keycloak
|
||||
annotations:
|
||||
haproxy-ingress.github.io/ssl-redirect: "true"
|
||||
haproxy-ingress.github.io/secure-backends: "true"
|
||||
haproxy-ingress.github.io/timeout-client: 5m
|
||||
haproxy-ingress.github.io/timeout-server: 5m
|
||||
spec:
|
||||
ingressClassName: haproxy
|
||||
ingressClassName: istio
|
||||
rules:
|
||||
- host: auth.werts.us
|
||||
http:
|
||||
|
@ -20,7 +15,7 @@ spec:
|
|||
service:
|
||||
name: cascade-service
|
||||
port:
|
||||
number: 443
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- auth.werts.us
|
||||
|
|
Loading…
Reference in New Issue
Block a user