fix config examples in entrypoints.md
This commit is contained in:
parent
cff924f4fd
commit
f9f825163a
1 changed files with 13 additions and 10 deletions
|
|
@ -25,6 +25,7 @@ entryPoints:
|
||||||
|
|
||||||
websecure:
|
websecure:
|
||||||
address: :443
|
address: :443
|
||||||
|
http:
|
||||||
tls: {}
|
tls: {}
|
||||||
middlewares:
|
middlewares:
|
||||||
- auth@kubernetescrd
|
- auth@kubernetescrd
|
||||||
|
|
@ -151,6 +152,7 @@ are applied after the ones declared on the Entrypoint)
|
||||||
entryPoints:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: :80
|
address: :80
|
||||||
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
- auth@kubernetescrd
|
- auth@kubernetescrd
|
||||||
- strip@file
|
- strip@file
|
||||||
|
|
@ -160,6 +162,7 @@ entryPoints:
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
port: :80
|
port: :80
|
||||||
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
- auth@kubernetescrd
|
- auth@kubernetescrd
|
||||||
- strip@file
|
- strip@file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue