Files

20 lines
414 B
YAML
Raw Permalink Normal View History

2021-09-29 20:07:07 +02:00
apiVersion: networking.k8s.io/v1
2018-11-08 15:17:07 +01:00
kind: Ingress
metadata:
name: unbound-site-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
ingress.kubernetes.io/enable-cors: "true"
spec:
rules:
- host: "local-unbound.unbound.se"
http:
paths:
- path: /
2021-09-29 20:07:07 +02:00
pathType: Prefix
2018-11-08 15:17:07 +01:00
backend:
2021-09-29 20:07:07 +02:00
service:
name: unbound-site
port:
number: 80