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 96c289b1f9
commit ef69df6273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ spec:
serviceName: fortune-teller-service
servicePort: grpc
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
hosts:
- fortune-teller.stack.build