modified probes

This commit is contained in:
2026-01-02 15:13:30 +01:00
parent 6257e3b424
commit a15603ea37
+11 -12
View File
@@ -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: