deploy(nxtgauge-backend): centralize image tag and align gateway port

This commit is contained in:
Ashwin Kumar 2026-03-06 17:05:36 +01:00
parent 2c26f52cc9
commit a263323997
3 changed files with 5 additions and 1 deletions

View file

@ -6,3 +6,4 @@ metadata:
data:
NODE_ENV: "production"
PORT: "2002"
GATEWAY_PORT: "2002"

View file

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: backend
image: ghcr.io/traceworks2023/nxtgauge-backend:latest
image: ghcr.io/traceworks2023/nxtgauge-backend
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2002

View file

@ -4,3 +4,6 @@ resources:
- ../../base
patchesStrategicMerge:
- replicas-patch.yaml
images:
- name: ghcr.io/traceworks2023/nxtgauge-backend
newTag: latest