fix(k8s): correct gateway port from 8000 to 9100 in frontend config
This commit is contained in:
parent
55443b62ad
commit
7ed7b47fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue