ajuste variavel
This commit is contained in:
parent
a1e1f369a1
commit
782583ce10
1 changed files with 8 additions and 6 deletions
|
|
@ -18,18 +18,20 @@ spec:
|
|||
- name: harbor-registry
|
||||
containers:
|
||||
- name: backoffice
|
||||
# Imagem apontando para o projeto correto no Harbor
|
||||
image: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8521
|
||||
- containerPort: 3001 # Ajustado para a porta correta do Backoffice
|
||||
env:
|
||||
- name: NODE_TLS_REJECT_UNAUTHORIZED
|
||||
value: "0" # Resolve o problema de "self-signed certificate" no banco
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: backend-secrets
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
memory: "800Mi"
|
||||
cpu: "300m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
memory: "2Gi"
|
||||
cpu: "800m"
|
||||
Loading…
Reference in a new issue