From 60f776c56d72e6524bd5c1f578b2a4fd79781ff4 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Wed, 15 Oct 2025 17:24:13 +0200 Subject: [PATCH] chore: service internal traffic policy --- .../production-scale-to-zero/kustomization.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deploy/overlays/production-scale-to-zero/kustomization.yaml b/deploy/overlays/production-scale-to-zero/kustomization.yaml index f495925..5d40f39 100644 --- a/deploy/overlays/production-scale-to-zero/kustomization.yaml +++ b/deploy/overlays/production-scale-to-zero/kustomization.yaml @@ -37,3 +37,15 @@ patches: version: v1 kind: Ingress name: math-exercises-ingress +- patch: | + [ + { + "op": "replace", + "path": "/spec/internalTrafficPolicy", + "value": "Cluster" + } + ] + target: + version: v1 + kind: Service + name: math-exercises-service