k3s/helmchartconfig/traefik-config.yaml
2026-03-09 19:29:02 -04:00

15 lines
315 B
YAML

---
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
additionalArguments:
- "--metrics.prometheus=true"
- "--metrics.prometheus.entryPoint=metrics"
ports:
metrics:
port: 9100
exposedPort: 9100