keycloak uses istio now

This commit is contained in:
James Andariese 2023-07-19 16:55:44 -05:00
parent 64070acfc8
commit 0fedd82790

View File

@ -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