Skip to content

Commit

Permalink
Use v1 Ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Nov 9, 2023
1 parent 2e99b2f commit 98c28dd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifests/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: advent
Expand All @@ -16,5 +16,9 @@ spec:
http:
paths:
- backend:
serviceName: advent
servicePort: http
service:
name: advent
port:
name: http
path: /
pathType: prefix

0 comments on commit 98c28dd

Please sign in to comment.