From 75e4a2384b5e2eb414fc50ff34a52a3f1ba63495 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Mon, 18 May 2026 10:25:58 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci-sizer):=20=F0=9F=90=9B=20align=20GARM=5F?= =?UTF-8?q?URL=20with=20template=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use short service DNS (garm.garm.svc:80) instead of FQDN (garm.garm.svc.cluster.local:80) to match what the stack template now generates. Ref: IPCEICIS-6886 --- otc/dev.t09.de/stacks/ci-sizer/sizer-receiver/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc/dev.t09.de/stacks/ci-sizer/sizer-receiver/deployment.yaml b/otc/dev.t09.de/stacks/ci-sizer/sizer-receiver/deployment.yaml index dd918d5..ccb6a86 100644 --- a/otc/dev.t09.de/stacks/ci-sizer/sizer-receiver/deployment.yaml +++ b/otc/dev.t09.de/stacks/ci-sizer/sizer-receiver/deployment.yaml @@ -40,7 +40,7 @@ spec: name: sizer-tokens key: hmac-key - name: GARM_URL - value: "http://garm.garm.svc.cluster.local:80" + value: "http://garm.garm.svc:80" - name: GARM_USER value: "admin" - name: GARM_PASSWORD