Fix broken links in multi-tls (#2228)

This commit is contained in:
Jianhua Shi 2018-03-21 18:05:14 +08:00 committed by Manuel Alejandro de Brito Fontes
parent 634959fd79
commit 0e26977dca

View file

@ -91,17 +91,13 @@ spec:
- foo.bar.com
# This secret must exist beforehand
# The cert must also contain the subj-name foo.bar.com
# You can create it via:
# make keys secret SECRET=/tmp/foobar.json HOST=foo.bar.com NAME=foobar
# https://github.com/kubernetes/ingress/tree/master/controllers/gce/examples/https
# https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/PREREQUISITES.md#tls-certificates
secretName: foobar
- hosts:
- bar.baz.com
# This secret must exist beforehand
# The cert must also contain the subj-name bar.baz.com
# You can create it via:
# make keys secret SECRET=/tmp/barbaz.json HOST=bar.baz.com NAME=barbaz
# https://github.com/kubernetes/ingress/tree/master/controllers/gce/examples/https
# https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/PREREQUISITES.md#tls-certificates
secretName: barbaz
rules:
- host: foo.bar.com