feat: improve defaults
This commit is contained in:
parent
1ab04f012e
commit
c951bc4120
1 changed files with 9 additions and 6 deletions
|
|
@ -3,9 +3,12 @@
|
|||
# traefik default config
|
||||
traefik_letsencrypt_email: "email@example.com"
|
||||
|
||||
# traefik default ingress
|
||||
traefik_router_host: "app.example.com"
|
||||
traefik_router_service: "app"
|
||||
traefik_backend_proto: "https"
|
||||
traefik_backend_host: "127.0.0.1"
|
||||
traefik_backend_port: "3000"
|
||||
# traefik routes
|
||||
traefik_routes:
|
||||
|
||||
# example app
|
||||
- name: "service.example.com"
|
||||
service: "service"
|
||||
host: "127.0.0.1"
|
||||
proto: "http"
|
||||
port: "80"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue