Skip to content

Commit

Permalink
Update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
verdel authored Aug 3, 2022
1 parent cd8dd67 commit c9261c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions chart/templates/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: {{ .Release.Name }}
Expand All @@ -10,6 +10,9 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: my-app
servicePort: 80
service:
name: my-app
port:
number: 80

0 comments on commit c9261c5

Please sign in to comment.