From e85fa88bc4215355a2a3fc7c085e0a71e6119aea Mon Sep 17 00:00:00 2001 From: ansgarz Date: Fri, 16 Feb 2024 11:58:26 +0100 Subject: [PATCH] update traefik.yaml --- .../provs/server/infrastructure/k3s/traefik.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml index 6f15517..5d279d3 100644 --- a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml +++ b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml @@ -1,4 +1,5 @@ # 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 kind: HelmChart @@ -16,7 +17,7 @@ metadata: spec: chart: https://%{KUBERNETES_API}%/static/charts/traefik-25.0.2+up25.0.0.tgz set: - global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%" + global.systemDefaultRegistry: "" valuesContent: |- podAnnotations: prometheus.io/port: "8082"