diff --git a/plantit-system/plantit.yaml b/plantit-system/plantit.yaml index 72f0cf8..8eb8aef 100644 --- a/plantit-system/plantit.yaml +++ b/plantit-system/plantit.yaml @@ -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: