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