k3s/helmchartconfig/traefik/traefik-config.yaml

16 lines
357 B
YAML
Raw Normal View History

2026-03-09 19:29:02 -04:00
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
additionalArguments:
2026-03-17 18:28:38 -04:00
- "--entryPoints.metrics.address=:9100"
2026-03-09 19:29:02 -04:00
- "--metrics.prometheus=true"
- "--metrics.prometheus.entryPoint=metrics"
ports:
metrics:
port: 9100
exposedPort: 9100