From 29056822f97866239ba9ca5b709bd263d2ce415d Mon Sep 17 00:00:00 2001 From: jackyliu Date: Wed, 3 Jun 2026 02:36:54 +0000 Subject: [PATCH] Avoid probe restarts for code-server --- .../post-renders/k3s-hami-v4/kustomization.yaml | 14 -------------- .../post-renders/k3s-hami/kustomization.yaml | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/packages/code-server/post-renders/k3s-hami-v4/kustomization.yaml b/packages/code-server/post-renders/k3s-hami-v4/kustomization.yaml index aae5534..4e4fb7b 100644 --- a/packages/code-server/post-renders/k3s-hami-v4/kustomization.yaml +++ b/packages/code-server/post-renders/k3s-hami-v4/kustomization.yaml @@ -115,20 +115,6 @@ patches: periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 6 - livenessProbe: - httpGet: - path: /healthz - port: http - periodSeconds: 20 - timeoutSeconds: 5 - failureThreshold: 6 - startupProbe: - httpGet: - path: /healthz - port: http - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 30 resources: requests: cpu: "{{ cpuRequestMillicores }}m" diff --git a/packages/code-server/post-renders/k3s-hami/kustomization.yaml b/packages/code-server/post-renders/k3s-hami/kustomization.yaml index 32a795c..5dd88f9 100644 --- a/packages/code-server/post-renders/k3s-hami/kustomization.yaml +++ b/packages/code-server/post-renders/k3s-hami/kustomization.yaml @@ -96,20 +96,6 @@ patches: periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 6 - livenessProbe: - httpGet: - path: /healthz - port: http - periodSeconds: 20 - timeoutSeconds: 5 - failureThreshold: 6 - startupProbe: - httpGet: - path: /healthz - port: http - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 30 resources: requests: cpu: "{{ cpuRequestMillicores }}m"