k8s-deployment/values/common/values.traefik.yaml

10 lines
235 B
YAML
Raw Normal View History

2024-10-30 20:03:58 +00:00
globalArguments:
- "--serversTransport.insecureSkipVerify=true"
- "--providers.kubernetesingress.ingressendpoint.publishedservice=kube-system/traefik"
ports:
web:
2025-02-09 15:41:53 +00:00
redirections:
2024-10-30 20:03:58 +00:00
port: websecure
2024-11-01 17:34:35 +00:00
deployment:
replicas: 2