fix(ci-sizer): 🐛 align GARM_URL with template output

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
This commit is contained in:
Daniel Sy 2026-05-18 10:25:58 +02:00
parent 8b9fb6bdd8
commit 75e4a2384b
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -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