Update kubernetes.md

This commit is contained in:
Rodrigo 2018-04-03 10:30:03 +02:00 committed by Traefiker Bot
parent ff32529345
commit 197a5fbcf4

View file

@ -371,7 +371,7 @@ spec:
serviceName: traefik-web-ui serviceName: traefik-web-ui
servicePort: 80 servicePort: 80
tls: tls:
secretName: traefik-ui-tls-cert - secretName: traefik-ui-tls-cert
``` ```
In addition to the modified ingress you need to provide the TLS certificate via a Kubernetes secret in the same namespace as the ingress. The following two commands will generate a new certificate and create a secret containing the key and cert files. In addition to the modified ingress you need to provide the TLS certificate via a Kubernetes secret in the same namespace as the ingress. The following two commands will generate a new certificate and create a secret containing the key and cert files.