19 lines
No EOL
514 B
YAML
19 lines
No EOL
514 B
YAML
my_context: kubernetes
|
|
traefik_version: "2.3"
|
|
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: 80, proto: "TCP" }
|
|
- { name: "https", port: 443, proto: "TCP", tls: true }
|
|
- { name: "traefik", port: 8080, proto: "TCP" }
|
|
|
|
basic_auth: false
|
|
#traefik_dashboard_certificate: wildcard-cluster |