update traefik.yaml
This commit is contained in:
parent
7f2ebcd6e9
commit
e85fa88bc4
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
# based on https://github.com/k3s-io/k3s/blob/master/manifests/traefik.yaml
|
# based on https://github.com/k3s-io/k3s/blob/master/manifests/traefik.yaml
|
||||||
|
# required changes: global.systemDefaultRegistry must be set to ""
|
||||||
---
|
---
|
||||||
apiVersion: helm.cattle.io/v1
|
apiVersion: helm.cattle.io/v1
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
|
@ -16,7 +17,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-25.0.2+up25.0.0.tgz
|
chart: https://%{KUBERNETES_API}%/static/charts/traefik-25.0.2+up25.0.0.tgz
|
||||||
set:
|
set:
|
||||||
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
|
global.systemDefaultRegistry: ""
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
prometheus.io/port: "8082"
|
prometheus.io/port: "8082"
|
||||||
|
|
Loading…
Reference in a new issue