From 49968cc66011da9a59261c42a61394a2afb97651 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Thu, 7 Feb 2019 21:16:02 -0700 Subject: [PATCH] Add traefik ingress controller --- manifests/traefik.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/traefik.yaml diff --git a/manifests/traefik.yaml b/manifests/traefik.yaml new file mode 100644 index 0000000000..82c1a40d89 --- /dev/null +++ b/manifests/traefik.yaml @@ -0,0 +1,7 @@ +apiVersion: k3s.cattle.io/v1 +kind: HelmChart +metadata: + name: traefik + namespace: kube-system +spec: + chart: stable/traefik