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 <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: Ib18917bf18bff5718312ba7dc595d34dad85b6de
This commit is contained in:
parent
19c17a2047
commit
f4c66b0489
@ -10,4 +10,4 @@ metadata:
|
|||||||
name: stx-platform
|
name: stx-platform
|
||||||
spec:
|
spec:
|
||||||
url: http://192.168.206.1:8080/helm_charts/stx-platform
|
url: http://192.168.206.1:8080/helm_charts/stx-platform
|
||||||
interval: 60m # interval to check the repository for updates
|
interval: 1m # interval to check the repository for updates
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
|||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: stx-platform
|
name: stx-platform
|
||||||
interval: 5m
|
interval: 1m
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
test:
|
test:
|
||||||
enable: false
|
enable: false
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
|||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: stx-platform
|
name: stx-platform
|
||||||
interval: 5m
|
interval: 1m
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
test:
|
test:
|
||||||
enable: false
|
enable: false
|
||||||
|
Loading…
Reference in New Issue
Block a user