Skip to content

Commit

Permalink
Update kubernetes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrgporto authored and traefiker committed Apr 3, 2018
1 parent ff32529 commit 197a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ spec:
serviceName: traefik-web-ui
servicePort: 80
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.
Expand Down

0 comments on commit 197a5fb

Please sign in to comment.