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
|
||||||
5
clusters/kairos/traefik/kustomization.yaml
Normal file
5
clusters/kairos/traefik/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: kube-system
|
||||||
|
resources:
|
||||||
|
- helmconfig.yaml
|
||||||
Reference in New Issue
Block a user