k3s/helmchartconfig/traefik-config.yaml

16 lines
315 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:
- "--metrics.prometheus=true"
- "--metrics.prometheus.entryPoint=metrics"
ports:
metrics:
port: 9100
exposedPort: 9100