1
0
Fork 0

fix documentation

This commit is contained in:
Jean-Baptiste Doumenjou 2020-10-27 12:46:04 +01:00 committed by GitHub
parent ea459e9af0
commit ff7b814edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -531,6 +531,7 @@ This way, any Ingress attached to this Entrypoint will have TLS termination by d
### Enabling TLS via Annotations
To enable TLS on the underlying router created from an Ingress, one should configure it through annotations:
```yaml
traefik.ingress.kubernetes.io/router.tls: "true"
```