diff --git a/clusters/kairos/traefik/helmconfig.yaml b/clusters/kairos/traefik/helmconfig.yaml new file mode 100644 index 0000000..41da9c1 --- /dev/null +++ b/clusters/kairos/traefik/helmconfig.yaml @@ -0,0 +1,9 @@ +apiVersion: helm.cattle.io/v1 +kind: HelmChartConfig +metadata: + name: traefik + namespace: kube-system +spec: + valuesContent: |- + additionalArguments: + - "--api.insecure=true" \ No newline at end of file diff --git a/clusters/kairos/traefik/kustomization.yaml b/clusters/kairos/traefik/kustomization.yaml index 7834b58..58cfc70 100644 --- a/clusters/kairos/traefik/kustomization.yaml +++ b/clusters/kairos/traefik/kustomization.yaml @@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: kube-system resources: +- helmconfig.yaml - service.yaml - ingress.yaml \ No newline at end of file