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: metadata:
name: keycloak-cascade name: keycloak-cascade
namespace: keycloak 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: spec:
ingressClassName: haproxy ingressClassName: istio
rules: rules:
- host: auth.werts.us - host: auth.werts.us
http: http:
@ -20,7 +15,7 @@ spec:
service: service:
name: cascade-service name: cascade-service
port: port:
number: 443 number: 80
tls: tls:
- hosts: - hosts:
- auth.werts.us - auth.werts.us