backoffice dev
This commit is contained in:
parent
f37988fc4a
commit
c910401e33
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
|||
image: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3001
|
||||
- containerPort: 8521
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: backend-secrets
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ spec:
|
|||
ports:
|
||||
- name: http
|
||||
port: 3001
|
||||
targetPort: 3001
|
||||
targetPort: 8521
|
||||
type: ClusterIP
|
||||
Loading…
Reference in a new issue