From 6f66e95baf90a0174ed792e20e8f73535567b952 Mon Sep 17 00:00:00 2001 From: shodan Date: Sun, 22 Mar 2026 12:40:10 +0000 Subject: [PATCH] . --- code-server/code-server.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/code-server/code-server.yaml b/code-server/code-server.yaml index 685fbb4..1997df5 100644 --- a/code-server/code-server.yaml +++ b/code-server/code-server.yaml @@ -87,29 +87,6 @@ spec: exec: command: - "/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: - containerPort: 8080 - name: metrics