Update ingress
This commit is contained in:
parent
cd8dd67e5b
commit
c9261c5218
@ -1,4 +1,4 @@
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
@ -10,6 +10,9 @@ spec:
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
serviceName: my-app
|
||||
servicePort: 80
|
||||
service:
|
||||
name: my-app
|
||||
port:
|
||||
number: 80
|
||||
|
Loading…
Reference in New Issue
Block a user