svc.kargo
6d481363ad
chore(kargo): update image tag account to 0.26.0-x86_v2 on htwg-1-prod ( #450 )
2026-06-22 19:58:37 +02:00
svc.kargo
574e849d46
chore(kargo): update image tag official-bots to 0.24.0-x86_v2 on htwg-1-prod ( #448 )
2026-06-22 19:58:30 +02:00
Janis Eccarius
c133447ea6
chore(htwg-1): disable OTEL SDK to stop Grafana export noise
...
Sets OTEL_SDK_DISABLED=true in htwg-1-prod overlay so the OTel SDK
never initializes — eliminates export attempts to Grafana Alloy.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-22 19:17:17 +02:00
svc.kargo
07a453a05e
chore(kargo): update image tag tournament to 0.5.0-x86_v2 on htwg-1-prod ( #444 )
2026-06-21 22:31:41 +02:00
svc.kargo
4b1df75d7a
chore(kargo): update image tag official-bots to 0.23.0-x86_v2 on htwg-1-prod ( #443 )
2026-06-21 22:24:22 +02:00
svc.kargo
654e97957f
chore(kargo): update image tag frontend to 0.5.0-x86_v2 on htwg-1-prod ( #438 )
2026-06-21 22:15:43 +02:00
Janis Eccarius
6abed9bb6e
feat(nowchess): add TOURNAMENT_EXTERNAL_SERVERS env var to tournament rollout
...
htwg-1-prod seeds 141.37.123.132:8086 (primary bridge server) on startup
so the registry is populated without manual API calls after pod restarts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 21:34:05 +02:00
Janis Eccarius
a84f62f972
fix(nowchess): correct tournament service port to 8088 and SELF_URL
...
- TOURNAMENT_SERVICE_URL was 8086 but K8s service and app both use 8088
- TOURNAMENT_SELF_URL on htwg-1 should be base ingress URL (port 80),
not a direct service port — ingress routes /api/tournament to tournament service
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 21:31:16 +02:00
Janis Eccarius
3e6a7be274
fix(htwg-1): correct TOURNAMENT_SELF_URL to htwg-1 own IP
...
Was pointing at third-party server (141.37.123.132). Should be htwg-1's
own tournament service IP so remote clusters can proxy mutations back here.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 21:29:40 +02:00
Janis Eccarius
b82a0919e9
feat(nowchess): wire TOURNAMENT_SERVICE_URL and TOURNAMENT_SELF_URL
...
- Official-bots now targets local tournament service (TOURNAMENT_SERVICE_URL)
instead of calling remote cluster directly
- TOURNAMENT_SELF_URL tells each cluster's tournament and official-bots
services their own public URL for cross-cluster replication
- htwg-1-prod: remove TOURNAMENT_SERVER_URL, add both new vars with correct
values (tournament active service + node IP for self-announcement)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 21:23:58 +02:00
Janis Eccarius
f2aeea1b40
fix(kustomization): update API and WebSocket URLs for frontend environment
2026-06-21 20:49:52 +02:00
Janis Eccarius
7aa3bd3b12
fix: update CORS_ORIGINS to new IP address
2026-06-21 17:16:59 +02:00
svc.kargo
ce56b7cc8b
chore(kargo): update image tag official-bots to 0.22.0-x86_v2 on htwg-1-prod ( #436 )
2026-06-21 16:30:58 +02:00
svc.kargo
e1e501766b
chore(kargo): update image tag frontend to 0.4.4-x86_v2 on htwg-1-prod ( #434 )
2026-06-21 16:22:25 +02:00
svc.kargo
49e9d60bb0
chore(kargo): update image tag official-bots to 0.21.0-x86_v2 on htwg-1-prod ( #432 )
2026-06-21 13:50:51 +02:00
svc.kargo
bde04c0944
chore(kargo): update image tag tournament to 0.4.0-x86_v2 on htwg-1-prod ( #431 )
2026-06-21 13:46:53 +02:00
svc.kargo
ea4728b111
chore(kargo): update image tag core to 0.53.0-x86_v2 on htwg-1-prod ( #428 )
2026-06-21 13:46:46 +02:00
svc.kargo
45284b6e36
chore(kargo): update image tag frontend to 0.4.3-x86_v2 on htwg-1-prod ( #425 )
2026-06-21 12:36:28 +02:00
svc.kargo
fef2bb728b
chore(kargo): update image tag ws to 0.17.0-x86_v2 on htwg-1-prod ( #423 )
...
chore(kargo): update image tag ws to 0.17.0-x86_v2 on htwg-1-prod
[View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/nowchess-kargo/stage/htwg-1-prod )
---------
Co-authored-by: Kargo <no-reply@kargo.io >
Reviewed-on: #423
Co-authored-by: svc.kargo <kargo@blackhole.local >
Co-committed-by: svc.kargo <kargo@blackhole.local >
2026-06-21 12:35:21 +02:00
Janis Eccarius
c39661828b
fix: wire analysis service to ingress across all clusters
...
Add /api/analysis → nowchess-analysis-active:8087 path rule to
eu-central-1-staging, eu-central-1-prod, and htwg-1-prod ingresses.
Rule placed before the /api catch-all so nginx routes correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 10:32:01 +02:00
Janis
f655ce8ac6
fix(official-bots): resolve JWT verify key via MP env props ( #417 )
...
Reviewed-on: #417
2026-06-17 10:18:58 +02:00
svc.kargo
5d77b37f57
chore(kargo): update image tag frontend to 0.4.1-x86_v2 on htwg-1-prod ( #410 )
2026-06-17 09:38:03 +02:00
svc.kargo
f11b96a387
chore(kargo): update image tag account to 0.25.0-x86_v2 on htwg-1-prod ( #409 )
2026-06-17 09:37:57 +02:00
svc.kargo
4850303432
chore(kargo): update image tag official-bots to 0.19.0-x86_v2 on htwg-1-prod ( #407 )
2026-06-17 09:37:50 +02:00
Janis
dbf9a551a7
fix(ingress): route /api/bots to official-bots service ( #403 )
...
/api/bots/official/join-tournament returned 404 because no ingress
rule matched the prefix; requests fell through to the /api catch-all
and hit nowchess-core (8080), which has no such endpoint.
Add /api/bots Prefix rule -> nowchess-official-bots-active:8088 in
all three environments (staging, eu-central-1-prod, htwg-1-prod).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
Reviewed-on: #403
2026-06-17 08:58:49 +02:00
svc.kargo
f90777ec63
chore(kargo): update image tag tournament to 0.3.0-x86_v2 on htwg-1-prod ( #398 )
2026-06-16 21:57:55 +02:00
svc.kargo
b354cb1594
chore(kargo): update image tag official-bots to 0.18.0-x86_v2 on htwg-1-prod ( #396 )
2026-06-16 21:57:42 +02:00
Janis
63e9d0512c
feat(nci-11): add Kubernetes manifests for nowchess-analysis service ( #392 )
...
Co-authored-by: Janis Eccarius <eccariusjanis@gmail.com >
Reviewed-on: #392
2026-06-16 19:42:04 +02:00
svc.kargo
d0d4370c50
chore(kargo): update image tag tournament to 0.2.0-x86_v2 on htwg-1-prod ( #388 )
2026-06-16 10:35:25 +02:00
svc.kargo
1dd1cacbb4
chore(kargo): update image tag core to 0.51.0-x86_v2 on htwg-1-prod ( #387 )
2026-06-16 10:35:20 +02:00
svc.kargo
1a3403a48e
chore(kargo): update image tag analysis to 0.2.0-x86_v2 on htwg-1-prod ( #386 )
2026-06-16 10:35:12 +02:00
svc.kargo
d6a05d2e1e
chore(kargo): update image tag frontend to 0.3.0-x86_v2 on htwg-1-prod ( #384 )
2026-06-16 10:35:04 +02:00
Janis
0373f61ef7
feat(nci-11): add Kubernetes manifests for nowchess-analysis service ( #381 )
...
Add Argo Rollout (blueGreen), active/preview Services, and HPA for the
new analysis service (port 8087). Wire image pins into all three overlay
kustomizations and register the analysis Warehouse and freight entries in
all three Kargo Stages (staging -> eu-central-1-prod / htwg-1-prod).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Janis Eccarius <eccariusjanis@gmail.com >
Reviewed-on: #381
2026-06-15 22:17:45 +02:00
svc.kargo
8d2c3fefd3
chore(kargo): update image tag frontend to 0.2.7-x86_v2 on htwg-1-prod ( #371 )
2026-06-10 10:30:51 +02:00
svc.kargo
f0b56b563a
chore(kargo): update image tag ws to 0.16.0-x86_v2 on htwg-1-prod ( #370 )
2026-06-10 10:30:45 +02:00
svc.kargo
e65bbcb5d7
chore(kargo): update image tag account to 0.24.0-x86_v2 on htwg-1-prod ( #369 )
2026-06-10 10:30:38 +02:00
svc.kargo
ac34a9a856
chore(kargo): update image tag official-bots to 0.17.0-x86_v2 on htwg-1-prod ( #368 )
2026-06-10 10:30:32 +02:00
svc.kargo
c5b1a1c022
chore(kargo): update image tag core to 0.50.0-x86_v2 on htwg-1-prod ( #367 )
2026-06-10 10:30:25 +02:00
svc.kargo
e97750e6d3
chore(kargo): update image tag bot-platform to 0.12.0-x86_v2 on htwg-1-prod ( #365 )
2026-06-10 10:30:19 +02:00
shosho996
a55a07fa39
feat: NCI 12 stuff for tournment ( #358 )
...
Co-authored-by: Lala, Shahd <Shahd.Lala@sybit.de >
Reviewed-on: #358
2026-06-09 23:52:36 +02:00
Janis Eccarius
ec10c55094
chore: mode changes
2026-06-06 15:47:25 +02:00
svc.kargo
b37c94afa6
chore(kargo): update image tag store to 0.24.0-x86_v2 on htwg-1-prod ( #345 )
2026-06-03 08:16:14 +02:00
svc.kargo
adf4766f66
chore(kargo): update image tag frontend to 0.2.6-x86_v2 on htwg-1-prod ( #342 )
2026-06-02 22:04:38 +02:00
svc.kargo
fd4f6bee37
chore(kargo): update image tag io to 0.23.0-x86_v2 on htwg-1-prod ( #339 )
...
chore(kargo): update image tag io to 0.23.0-x86_v2 on htwg-1-prod
[View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/nowchess-kargo/stage/htwg-1-prod )
---------
Co-authored-by: Kargo <no-reply@kargo.io >
Reviewed-on: #339
Co-authored-by: svc.kargo <kargo@blackhole.local >
Co-committed-by: svc.kargo <kargo@blackhole.local >
2026-06-02 13:56:27 +02:00
svc.kargo
339c0c2bf9
chore(kargo): update image tag core to 0.47.0-x86_v2 on htwg-1-prod ( #337 )
2026-06-02 12:02:56 +02:00
svc.kargo
52ae4b2507
chore(kargo): update image tag frontend to 0.2.5-x86_v2 on htwg-1-prod ( #333 )
...
chore(kargo): update image tag frontend to 0.2.5-x86_v2 on htwg-1-prod
[View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/nowchess-kargo/stage/htwg-1-prod )
---------
Co-authored-by: Kargo <no-reply@kargo.io >
Reviewed-on: #333
Co-authored-by: svc.kargo <kargo@blackhole.local >
Co-committed-by: svc.kargo <kargo@blackhole.local >
2026-06-02 00:29:37 +02:00
svc.kargo
926d036f28
chore(kargo): update image tag frontend to 0.2.4-x86_v2 on htwg-1-prod ( #330 )
2026-06-01 23:41:09 +02:00
svc.kargo
4c1e0395ec
chore(kargo): update image tag ws to 0.14.0-x86_v2 on htwg-1-prod ( #329 )
2026-06-01 23:41:04 +02:00
svc.kargo
4bd21e115a
chore(kargo): update image tag store to 0.23.0-x86_v2 on htwg-1-prod ( #328 )
2026-06-01 23:40:59 +02:00
svc.kargo
800159afd0
chore(kargo): update image tag rule to 0.18.0-x86_v2 on htwg-1-prod ( #327 )
2026-06-01 23:40:54 +02:00