This commit is contained in:
2026-03-22 12:38:56 +00:00
parent 229f273254
commit 663863cfc1

View File

@@ -87,19 +87,28 @@ spec:
exec:
command:
- "/home/coder/startup.sh"
startupProbe:
httpGet:
path: /healthz
port: 8080
failureThreshold: 30
periodSeconds: 5
readinessProbe:
httpGet:
path: /
path: /healthz
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 3
livenessProbe:
httpGet:
path: /
path: /healthz
port: 8080
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 2
failureThreshold: 3
ports:
- containerPort: 8080