backoffice dev
This commit is contained in:
parent
1186ca7ac5
commit
dbe1d34c53
1 changed files with 1 additions and 14 deletions
|
|
@ -32,17 +32,4 @@ spec:
|
|||
cpu: "100m"
|
||||
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
|
||||
cpu: "500m"
|
||||
Loading…
Reference in a new issue