kube-cascade/keycloak/ingress.yaml

23 lines
413 B
YAML
Raw Normal View History

2023-07-16 03:13:28 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: keycloak-cascade
namespace: keycloak
spec:
2023-07-19 21:55:44 +00:00
ingressClassName: istio
2023-07-16 03:13:28 +00:00
rules:
- host: auth.werts.us
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: cascade-service
port:
2023-07-19 21:55:44 +00:00
number: 80
2023-07-16 03:13:28 +00:00
tls:
- hosts:
- auth.werts.us
secretName: wildcard-tls