From 6c95cc62fe48797aefedc627cf25b6d16125e933 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Fri, 29 Mar 2024 20:52:40 +0100 Subject: [PATCH] sometimes i forget to press save... --- infrastructure/03-traefik/overlay-internal/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/03-traefik/overlay-internal/kustomization.yaml b/infrastructure/03-traefik/overlay-internal/kustomization.yaml index 8de2b2f..13d04ae 100644 --- a/infrastructure/03-traefik/overlay-internal/kustomization.yaml +++ b/infrastructure/03-traefik/overlay-internal/kustomization.yaml @@ -14,6 +14,7 @@ resources: - traefik-namespace.yaml patches: + - path: patches/traefik-service-patch.yaml - path: patches/nodeselector.yaml target: kind: (StatefulSet|Deployment|Job) \ No newline at end of file