diff --git a/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml b/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml index e9ad18bad9b39e010625ea7a5cd744e1a0bbac7b..47aa8cd899a803aac2fa5105f738e8260d5c562a 100644 --- a/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml +++ b/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml @@ -111,31 +111,27 @@ spec: - echo - '>' - /dev/null - failureThreshold: 3 - periodSeconds: 1 + periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 3 readinessProbe: exec: command: - echo - - "" - '>' - /dev/null - failureThreshold: 3 - periodSeconds: 1 + periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 3 startupProbe: exec: command: - echo - '>' - /dev/null - failureThreshold: 3 - periodSeconds: 1 + periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 3 {{- end }} volumes: