Add a change to traefik, probably won't work

This commit is contained in:
2024-08-04 15:44:29 +01:00
parent 7ffd29ba29
commit 97a277b623
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
additionalArguments:
- "--api"
- "--api.dashboard=true"
- "--api.insecure=true"
ports:
traefik:
expose: true
providers:
kubernetesCRD:
allowCrossNamespace: true