From 962cf2710e415b0a9bb61ed197644f2908e56ce5 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 23:30:05 +0100 Subject: [PATCH] Add the insecure to access it --- clusters/kairos/traefik/helmconfig.yaml | 9 +++++++++ clusters/kairos/traefik/kustomization.yaml | 1 + 2 files changed, 10 insertions(+) create mode 100644 clusters/kairos/traefik/helmconfig.yaml 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