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: data:
NODE_ENV: "production" NODE_ENV: "production"
PORT: "2002" PORT: "2002"
GATEWAY_PORT: "2002"

View file

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

View file

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