diff --git a/keycloak/ingress.yaml b/keycloak/ingress.yaml index 5e04631..4e7410a 100644 --- a/keycloak/ingress.yaml +++ b/keycloak/ingress.yaml @@ -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