2021-07-03 09:03:50 +00:00
|
|
|
---
|
2020-03-10 23:45:23 +00:00
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
kind: HelmChart
|
2021-02-11 00:23:49 +00:00
|
|
|
metadata:
|
|
|
|
name: traefik-crd
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
2021-07-03 09:03:50 +00:00
|
|
|
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-10.3.0.tgz
|
2021-02-11 00:23:49 +00:00
|
|
|
---
|
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
kind: HelmChart
|
2020-03-10 23:45:23 +00:00
|
|
|
metadata:
|
|
|
|
name: traefik
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
2021-07-03 09:03:50 +00:00
|
|
|
chart: https://%{KUBERNETES_API}%/static/charts/traefik-10.3.0.tgz
|
2021-05-10 22:58:41 +00:00
|
|
|
set:
|
|
|
|
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
|
2020-01-08 21:09:20 +00:00
|
|
|
valuesContent: |-
|
|
|
|
rbac:
|
|
|
|
enabled: true
|
2020-12-23 01:28:19 +00:00
|
|
|
ports:
|
|
|
|
websecure:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
podAnnotations:
|
|
|
|
prometheus.io/port: "8082"
|
|
|
|
prometheus.io/scrape: "true"
|
|
|
|
providers:
|
|
|
|
kubernetesIngress:
|
|
|
|
publishedService:
|
|
|
|
enabled: true
|
2020-11-19 22:43:49 +00:00
|
|
|
priorityClassName: "system-cluster-critical"
|
2020-12-23 01:28:19 +00:00
|
|
|
image:
|
2021-08-06 23:14:58 +00:00
|
|
|
name: "rancher/mirrored-library-traefik"
|
2020-01-08 21:09:20 +00:00
|
|
|
tolerations:
|
2020-12-23 01:28:19 +00:00
|
|
|
- key: "CriticalAddonsOnly"
|
|
|
|
operator: "Exists"
|
|
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
|
|
operator: "Exists"
|
|
|
|
effect: "NoSchedule"
|
|
|
|
- key: "node-role.kubernetes.io/master"
|
|
|
|
operator: "Exists"
|
|
|
|
effect: "NoSchedule"
|