Deploy without hostport
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
288a4454da
commit
0735682969
4 changed files with 44 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
|||
my_context: kubernetes
|
||||
traefik_version: "2.4.1"
|
||||
traefik_version: "2.5.6"
|
||||
traefik_domain: "local"
|
||||
traefik_namespace: "traefik"
|
||||
#ingress_whitelist:
|
||||
|
|
@ -10,10 +10,12 @@ traefik_namespace: "traefik"
|
|||
# - localhost
|
||||
traefik_cpu_limit: 500m
|
||||
traefik_memory_limit: 300Mi
|
||||
traefik_entrypoints:
|
||||
- { name: "http", port: 8000, proto: "TCP", hostport: 80 }
|
||||
- { name: "https", port: 4443, proto: "TCP", hostport: 443, tls: true }
|
||||
- { name: "traefik", port: 8080, proto: "TCP" }
|
||||
traefik_entrypoints: []
|
||||
# - { name: "http", port: 8000, proto: "TCP", hostport: 80 }
|
||||
# - { name: "https", port: 4443, proto: "TCP", hostport: 443, tls: true }
|
||||
# - { name: "traefik", port: 8080, proto: "TCP" }
|
||||
#traefik_external_ips: []
|
||||
# - 1.2.3.4
|
||||
|
||||
basic_auth: false
|
||||
#traefik_dashboard_certificate: wildcard-cluster
|
||||
Loading…
Add table
Add a link
Reference in a new issue