Avoid probe restarts for code-server

This commit is contained in:
2026-06-03 02:36:54 +00:00
parent b0dedc36a1
commit 29056822f9
2 changed files with 0 additions and 28 deletions

View File

@ -115,20 +115,6 @@ patches:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 6 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: resources:
requests: requests:
cpu: "{{ cpuRequestMillicores }}m" cpu: "{{ cpuRequestMillicores }}m"

View File

@ -96,20 +96,6 @@ patches:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 6 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: resources:
requests: requests:
cpu: "{{ cpuRequestMillicores }}m" cpu: "{{ cpuRequestMillicores }}m"