You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
kind: HelmChart
|
|
|
|
metadata:
|
|
|
|
name: traefik
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
|
|
|
chart: https://%{KUBERNETES_API}%/static/charts/traefik-1.81.0.tgz
|
|
|
|
valuesContent: |-
|
|
|
|
rbac:
|
|
|
|
enabled: true
|
|
|
|
ssl:
|
|
|
|
enabled: true
|
|
|
|
metrics:
|
|
|
|
prometheus:
|
|
|
|
enabled: true
|
|
|
|
kubernetes:
|
|
|
|
ingressEndpoint:
|
|
|
|
useDefaultPublishedService: true
|
|
|
|
priorityClassName: "system-cluster-critical"
|
|
|
|
image: "rancher/library-traefik"
|
|
|
|
tolerations:
|
|
|
|
- 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"
|