deploy(nxtgauge-backend): centralize image tag and align gateway port
This commit is contained in:
parent
2c26f52cc9
commit
a263323997
3 changed files with 5 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ metadata:
|
||||||
data:
|
data:
|
||||||
NODE_ENV: "production"
|
NODE_ENV: "production"
|
||||||
PORT: "2002"
|
PORT: "2002"
|
||||||
|
GATEWAY_PORT: "2002"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,6 @@ resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- replicas-patch.yaml
|
- replicas-patch.yaml
|
||||||
|
images:
|
||||||
|
- name: ghcr.io/traceworks2023/nxtgauge-backend
|
||||||
|
newTag: latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue