Files
auth0mock/k8s/ingress-test.yaml
T

24 lines
452 B
YAML
Raw Normal View History

apiVersion: networking.k8s.io/v1
2020-04-16 12:34:41 +02:00
kind: Ingress
metadata:
name: auth0-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
ingress.kubernetes.io/enable-cors: "true"
spec:
rules:
- host: "auth0"
http:
paths:
- path: /
pathType: Prefix
2020-04-16 12:34:41 +02:00
backend:
service:
name: auth0mock
port:
number: 3333
2020-04-16 12:34:41 +02:00
tls:
- hosts:
- auth0
secretName: auth0-cert