chore: add ingress

This commit is contained in:
2020-04-16 12:34:41 +02:00
parent 4ad69204d5
commit 574dcbf981
+20
View File
@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1beta1
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: /
backend:
serviceName: auth0mock
servicePort: 3333
tls:
- hosts:
- auth0
secretName: auth0-cert