Skip to content

Commit

Permalink
Attempt with lower interval values
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Dec 8, 2023
1 parent e21734c commit 6985ea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion timoni/bundles/flux-benchmark.cue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle: {
chart: {
name: "podinfo"
version: "*"
interval: 60
interval: 5
}
releases: _hr
pods: 0 @timoni(runtime:number:PODS)
Expand Down
2 changes: 1 addition & 1 deletion timoni/modules/flux-hr-bench/templates/helmrelease.cue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
kind: "HelmRepository"
name: "\(_config.metadata.name)"
}
interval: "\(10*_config.chart.interval)m"
interval: "\(2*_config.chart.interval)m"
}
}
driftDetection: {
Expand Down
2 changes: 1 addition & 1 deletion timoni/modules/flux-ks-bench/templates/kustomization.cue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
kind: sourcev1.#OCIRepository.kind
name: "\(_config.metadata.name)-\(_index)"
}
interval: "60m"
interval: "5m"
retryInterval: "2m"
path: _config.repository.path
prune: _config.sync.prune
Expand Down

0 comments on commit 6985ea6

Please sign in to comment.