Add a change to traefik, probably won't work
This commit is contained in:
17
clusters/kairos/traefik/helmconfig.yaml
Normal file
17
clusters/kairos/traefik/helmconfig.yaml
Normal 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
|
||||
Reference in New Issue
Block a user