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

10 lines
235 B
YAML
Raw Normal View History

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