backoffice dev

This commit is contained in:
Marcus Bohessef 2025-12-20 09:10:16 -03:00
parent f37988fc4a
commit c910401e33
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -9,5 +9,5 @@ spec:
ports:
- name: http
port: 3001
targetPort: 3001
targetPort: 8521
type: ClusterIP