Merge pull request #2806 from yogin16/patch-1

add help for tls prerequisite for ingress.yaml
This commit is contained in:
k8s-ci-robot 2018-08-23 05:51:37 -07:00 committed by GitHub
commit b214282057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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