kubeasz/manifests/ingress/test-hello.ing.yaml

14 lines
230 B
YAML

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: test-hello
spec:
rules:
- host: hello.test.com
http:
paths:
- path: /
backend:
serviceName: test-hello
servicePort: 80