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"