From 6626b05cbe96128c01c4dffebada34e4a3286207 Mon Sep 17 00:00:00 2001 From: Daniel Caires Date: Thu, 1 Aug 2024 08:07:34 -0300 Subject: [PATCH] Add new ttl value to fm-rest-api values.yaml STX-Openstack apply was failing due to a low value of a ttl set to the jobs. Some jobs were being cleaned before the deployment of the Helm chart was concluded. This review expose the configuration of the ttl to the values file of the fm-rest-api Helm chart. Test Plan: PASS - fm-rest-api is deployed with the value set in the values file Partial-Bug: 2075509 Change-Id: Ied933ef360342f9eb200d56035a27bf0299b503c Signed-off-by: Daniel Caires --- fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml b/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml index e546bf2..c6f3d93 100644 --- a/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml +++ b/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml @@ -274,6 +274,8 @@ endpoints: api: default: 18003 public: 80 +jobs: + ttlSecondsAfterFinished: 5400 pod: probes: fm_rest_api: