Merge pull request #2806 from yogin16/patch-1
add help for tls prerequisite for ingress.yaml
This commit is contained in:
commit
b214282057
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue