summaryrefslogtreecommitdiff
path: root/data.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-07 08:51:14 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-07 08:51:14 +0200
commitccaf036a28ef6b4b4aae91501d96cdb9f61e3d97 (patch)
tree77c2007aaedcc3569fece5422ce8cd71723eea8e /data.d
parent3cd561677f39fad3a02820106ba0d340efe6aac1 (diff)
Deploy traefik as DaemonSet
Diffstat (limited to 'data.d')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/kube-system/treafik/helm-chart-config.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/kube-system/treafik/helm-chart-config.yaml b/data.d/k3s-master/manifests.d/tyilnet/kube-system/treafik/helm-chart-config.yaml
new file mode 100644
index 0000000..a9ab6af
--- /dev/null
+++ b/data.d/k3s-master/manifests.d/tyilnet/kube-system/treafik/helm-chart-config.yaml
@@ -0,0 +1,11 @@
+---
+apiVersion: helm.cattle.io/v1
+kind: HelmChartConfig
+metadata:
+ name: traefik
+ namespace: kube-system
+spec:
+ valuesContent: |-
+ deployment:
+ kind: DaemonSet
+...