.
This commit is contained in:
@@ -87,20 +87,29 @@ spec:
|
||||
exec:
|
||||
command:
|
||||
- "/home/coder/startup.sh"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: 8080
|
||||
failureThreshold: 30
|
||||
periodSeconds: 5
|
||||
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthz
|
||||
port: 8080
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 2
|
||||
failureThreshold: 3
|
||||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /healthz
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 20
|
||||
|
||||
timeoutSeconds: 2
|
||||
failureThreshold: 3
|
||||
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- name: metrics
|
||||
|
||||
Reference in New Issue
Block a user