Deploy cloudforge-dashboard-backend - 2025-12-09 16:32:41
All checks were successful
Deploy Backend (Manual Build) / deploy (push) Successful in 14s
All checks were successful
Deploy Backend (Manual Build) / deploy (push) Successful in 14s
This commit is contained in:
11
deploy.sh
11
deploy.sh
@@ -157,12 +157,13 @@ spec:
|
|||||||
- containerPort: ${PORT}
|
- containerPort: ${PORT}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
exec:
|
||||||
path: /health
|
command:
|
||||||
port: ${PORT}
|
- sh
|
||||||
initialDelaySeconds: 30
|
- -c
|
||||||
|
- ps aux | grep "npm start" | grep -v grep
|
||||||
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
Reference in New Issue
Block a user