This commit is contained in:
2026-03-22 12:40:10 +00:00
parent 663863cfc1
commit 6f66e95baf

View File

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