Commit c951bc41 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: improve defaults

parent 1ab04f01
Loading
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -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"