ingress-nginx-helm/examples/static-ip/gce/gce-http-ingress.yaml
2017-01-31 17:24:04 -08:00

12 lines
262 B
YAML

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