Entrypoint are now in variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3d834141d6
commit
d42dcaf146
4 changed files with 16 additions and 22 deletions
|
|
@ -10,5 +10,9 @@ traefik_node_selector:
|
|||
- localhost
|
||||
traefik_cpu_limit: 500m
|
||||
traefik_memory_limit: 300Mi
|
||||
traefik_entrypoints:
|
||||
- { name: "http", port: 80, proto: "TCP" }
|
||||
- { name: "https", port: 443, proto: "TCP" }
|
||||
- { name: "traefik", port: 8080, proto: "TCP" }
|
||||
|
||||
basic_auth: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue