Basic conversion to Traefik v2 just to get things running

This commit is contained in:
WilliamMiceli
2019-11-09 18:27:39 -05:00
parent fc411baa52
commit abf2e3cf91
4 changed files with 36 additions and 36 deletions

View File

@@ -16,7 +16,7 @@ services:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
ports:
- "1200:1200" # Traefik Dashboard (Might be temporary)
- "1200:8080" # Traefik Dashboard
- "22:22" # SSH
- "80:80" # HTTP
- "443:443" # HTTPS

View File

@@ -13,7 +13,7 @@ catalog:
label: "Host Label Key/Value Pair"
description: |
The Key/Value pair of the host which the stack should be deployed.
default: "host.id=Proxy1"
default: "host.id=Proxy0"
required: false
type: string