add help for tls prerequisite for ingress.yaml

This commit is contained in:
Yogin 2018-07-18 12:53:40 +05:30 committed by GitHub
parent 7cddf4de59
commit 867985c2ee

View file

@ -16,6 +16,9 @@ spec:
serviceName: fortune-teller-service serviceName: fortune-teller-service
servicePort: grpc servicePort: grpc
tls: tls:
# This secret must exist beforehand
# The cert must also contain the subj-name fortune-teller.stack.build
# https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/PREREQUISITES.md#tls-certificates
- secretName: fortune-teller.stack.build - secretName: fortune-teller.stack.build
hosts: hosts:
- fortune-teller.stack.build - fortune-teller.stack.build