diff --git a/clusters/kairos/traefik/helmconfig.yaml b/clusters/kairos/traefik/helmconfig.yaml new file mode 100644 index 0000000..5bc0b0f --- /dev/null +++ b/clusters/kairos/traefik/helmconfig.yaml @@ -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 \ No newline at end of file diff --git a/clusters/kairos/traefik/kustomization.yaml b/clusters/kairos/traefik/kustomization.yaml new file mode 100644 index 0000000..4e4c0dc --- /dev/null +++ b/clusters/kairos/traefik/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +namespace: kube-system +resources: +- helmconfig.yaml \ No newline at end of file