1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 17:11:25 +00:00

adding path to ingress

This commit is contained in:
tariqislam@google.com
2018-05-08 12:01:46 -04:00
parent 3f5f26fa08
commit 10d6669720

View File

@@ -3,6 +3,10 @@ kind: Ingress
metadata:
name: hello-world-nginx-ingress
spec:
backend:
serviceName: hello-world-nginx
servicePort: 80
rules:
- http:
paths:
- path: /
backend:
serviceName: hello-world-nginx
servicePort: 80