1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 17:11:25 +00:00
Files
hello-world-nginx/hello-world-nginx-ingress.yaml
tariqislam@google.com 10d6669720 adding path to ingress
2018-05-08 12:01:46 -04:00

13 lines
381 B
YAML

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: hello-world-nginx-ingress
spec:
rules:
- http:
paths:
- path: /
backend:
serviceName: hello-world-nginx
servicePort: 80