ingress-nginx-helm/examples/static-ip/gce/gce-http-ingress.yaml

13 lines
262 B
YAML
Raw Normal View History

2017-01-28 01:51:00 +00:00
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: http-ingress
2017-01-28 01:51:00 +00:00
annotations:
kubernetes.io/ingress.class: "gce"
spec:
backend:
# This assumes http-svc exists and routes to healthy endpoints.
serviceName: http-svc
servicePort: 80