ingress-nginx-helm/examples/tls-termination/gce/gce-tls-ingress.yaml

16 lines
324 B
YAML
Raw Normal View History

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