mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:19:25 +00:00
Bump Traefik helm chart to v18.0.0
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
02bd026dda
commit
16a8b6d6f1
@@ -5,7 +5,7 @@ metadata:
|
||||
name: traefik-crd
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-12.0.000.tgz
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-18.0.000.tgz
|
||||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
@@ -13,16 +13,10 @@ metadata:
|
||||
name: traefik
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-12.0.000.tgz
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-18.0.000.tgz
|
||||
set:
|
||||
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
|
||||
valuesContent: |-
|
||||
rbac:
|
||||
enabled: true
|
||||
ports:
|
||||
websecure:
|
||||
tls:
|
||||
enabled: true
|
||||
podAnnotations:
|
||||
prometheus.io/port: "8082"
|
||||
prometheus.io/scrape: "true"
|
||||
|
||||
Reference in New Issue
Block a user