ansible-role-k8s-traefik/defaults/main.yml
Adrien Reslinger 0735682969
All checks were successful
continuous-integration/drone/push Build is passing
Deploy without hostport
2021-12-25 01:56:25 +01:00

21 lines
No EOL
594 B
YAML

my_context: kubernetes
traefik_version: "2.5.6"
traefik_domain: "local"
traefik_namespace: "traefik"
#ingress_whitelist:
# - 10.96.0.0/12
# - 10.244.0.0/16
# - 192.168.0.0/24
#traefik_node_selector:
# - 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_external_ips: []
# - 1.2.3.4
basic_auth: false
#traefik_dashboard_certificate: wildcard-cluster