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