fix(k8s): correct gateway port from 8000 to 9100 in frontend config

This commit is contained in:
Tracewebstudio Dev 2026-04-12 18:03:14 +02:00
parent 55443b62ad
commit 7ed7b47fd1

View file

@ -6,4 +6,4 @@ metadata:
data:
NODE_ENV: "production"
PORT: "3000"
GATEWAY_URL: "http://nxtgauge-rust-gateway:8000"
GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"