Update kubernetes.md
This commit is contained in:
parent
ff32529345
commit
197a5fbcf4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue