From 0a92f83319a2402de400a16385de53264fc8b9b7 Mon Sep 17 00:00:00 2001 From: Daniel Caires Date: Thu, 8 Aug 2024 08:50:51 -0300 Subject: [PATCH] Remove ttl from fm-rest-api values This review removes the ttlSecondsAfterFinished from the values.yaml of fm-rest-api Helm Chart. The deletion of the jobs using the ttlSecondsAfterFinished was causing some pods of the application to be stuck in init state after a host reboot. Test Plan: PASS: fm-rest-api package is built PASS: None of the jobs are deleted PASS: All fm-rest-api pods come back after host reboot Depends-On: https://review.opendev.org/c/starlingx/openstack-armada-app/+/925972 Change-Id: Ibf2c494e54280f976fa8bece8d05856ae50d1d12 Signed-off-by: Daniel Caires --- fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml | 2 -- 1 file changed, 2 deletions(-) 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 c6f3d93..e546bf2 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,8 +274,6 @@ endpoints: api: default: 18003 public: 80 -jobs: - ttlSecondsAfterFinished: 5400 pod: probes: fm_rest_api: