add help for tls prerequisite for ingress.yaml
This commit is contained in:
parent
96c289b1f9
commit
ef69df6273
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue