From 4ae32c21e908d0b70e6fd7213058da3e595d078f Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 11 May 2023 13:18:57 +0200 Subject: [PATCH] OZG-3363 update dataport dummy health checks --- .../main/helm/templates/xta_adapter_cronjob.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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 e9ad18bad..47aa8cd89 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: -- GitLab