chore: prepare ingresses for K8S 1.22

This commit is contained in:
2021-09-29 20:07:07 +02:00
parent 3747377228
commit 84dc6ca20c
2 changed files with 21 additions and 20 deletions
+6 -3
View File
@@ -1,4 +1,4 @@
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: unbound-site-ingress
@@ -11,6 +11,9 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: unbound-site
servicePort: 80
service:
name: unbound-site
port:
number: 80