Deploy without hostport
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-12-25 01:56:25 +01:00
parent 288a4454da
commit 0735682969
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 44 additions and 17 deletions

View file

@ -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