Change TLS definition and change log format
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
36db975a0f
commit
7f4b46b76d
2 changed files with 7 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ traefik_cpu_limit: 500m
|
|||
traefik_memory_limit: 300Mi
|
||||
traefik_entrypoints:
|
||||
- { name: "http", port: 80, proto: "TCP" }
|
||||
- { name: "https", port: 443, proto: "TCP" }
|
||||
- { name: "https", port: 443, proto: "TCP", tls: true }
|
||||
- { name: "traefik", port: 8080, proto: "TCP" }
|
||||
|
||||
basic_auth: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue