mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Probes can be disabled in Helm chart (#7663)
This commit is contained in:
@@ -111,6 +111,12 @@ resources: {}
|
||||
# cpu: 100m
|
||||
# memory: 1000Mi
|
||||
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
Reference in New Issue
Block a user