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:
|
||||
NODE_ENV: "production"
|
||||
PORT: "2002"
|
||||
GATEWAY_PORT: "2002"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,3 +4,6 @@ resources:
|
|||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-backend
|
||||
newTag: latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue