modified probes
This commit is contained in:
+11
-12
@@ -227,19 +227,18 @@ spec:
|
||||
volumeMounts:
|
||||
- name: uploads
|
||||
mountPath: /upload-dir
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/info
|
||||
port: api
|
||||
initialDelaySeconds: 180
|
||||
periodSeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/info
|
||||
port: api
|
||||
initialDelaySeconds: 180
|
||||
periodSeconds: 15
|
||||
failureThreshold: 10
|
||||
tcpSocket:
|
||||
port: 8080
|
||||
initialDelaySeconds: 90
|
||||
periodSeconds: 10
|
||||
failureThreshold: 6
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 8080
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 30
|
||||
failureThreshold: 5
|
||||
volumes:
|
||||
- name: uploads
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user