backoffice dev
This commit is contained in:
parent
1186ca7ac5
commit
dbe1d34c53
1 changed files with 1 additions and 14 deletions
|
|
@ -33,16 +33,3 @@ spec:
|
|||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
# Ajuste os caminhos de probe conforme a saúde da sua aplicação NestJS/Node
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 3001
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 20
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 3001
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
Loading…
Reference in a new issue