From be5c4c258c29d0d5101996fd8bf9121c92ae70da Mon Sep 17 00:00:00 2001 From: Leonardo Fagundes Luz Serrano Date: Wed, 7 Dec 2022 15:37:53 -0300 Subject: [PATCH] appfwk: set flux reconciliation interval to 1m Set reconciliation interval for all flux helm resources to 1m to allow it to manage resources by itself in a reasonable time interval. Test Plan (tested as part of [1]): PASS: bootstrap PASS: unlocked enabled available PASS: apps applied PASS: inspect flux pod logs for errors PASS: re-test known trigger for 1996747 and 1995748 PASS: re-test known trigger 1997368 [1] https://review.opendev.org/c/starlingx/config/+/866862 Partial-Bug: 1999032 Signed-off-by: Leonardo Fagundes Luz Serrano Change-Id: I1c95ca1d90e38a9f6c672e4dc28823b964cad334 --- .../stx-vault-helm/fluxcd-manifests/base/helmrepository.yaml | 2 +- .../fluxcd-manifests/vault-psp-rolebinding/helmrelease.yaml | 2 +- .../stx-vault-helm/fluxcd-manifests/vault/helmrelease.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stx-vault-helm/stx-vault-helm/fluxcd-manifests/base/helmrepository.yaml b/stx-vault-helm/stx-vault-helm/fluxcd-manifests/base/helmrepository.yaml index 4c4adfe..0276724 100644 --- a/stx-vault-helm/stx-vault-helm/fluxcd-manifests/base/helmrepository.yaml +++ b/stx-vault-helm/stx-vault-helm/fluxcd-manifests/base/helmrepository.yaml @@ -10,4 +10,4 @@ metadata: name: stx-platform spec: url: http://192.168.206.1:8080/helm_charts/stx-platform - interval: 60m + interval: 1m diff --git a/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault-psp-rolebinding/helmrelease.yaml b/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault-psp-rolebinding/helmrelease.yaml index 7008a48..4b859c2 100644 --- a/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault-psp-rolebinding/helmrelease.yaml +++ b/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault-psp-rolebinding/helmrelease.yaml @@ -19,7 +19,7 @@ spec: sourceRef: kind: HelmRepository name: stx-platform - interval: 5m + interval: 1m timeout: 30m test: enable: false diff --git a/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault/helmrelease.yaml b/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault/helmrelease.yaml index 004ca16..5a14716 100644 --- a/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault/helmrelease.yaml +++ b/stx-vault-helm/stx-vault-helm/fluxcd-manifests/vault/helmrelease.yaml @@ -19,7 +19,7 @@ spec: sourceRef: kind: HelmRepository name: stx-platform - interval: 5m + interval: 1m timeout: 30m test: enable: false