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
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}
|
name: {{ .Release.Name }}
|
||||||
@ -10,6 +10,9 @@ spec:
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
serviceName: my-app
|
service:
|
||||||
servicePort: 80
|
name: my-app
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
Loading…
Reference in New Issue
Block a user