set interval -> 1m

This commit is contained in:
Haitao Pan 2023-12-29 09:04:57 +08:00
parent 3eea211c34
commit aabf6e818a
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ kind: HelmRelease
metadata:
name: prometheus-agent
spec:
interval: 1h
interval: 1m
chart:
spec:
version: "55.x"
@ -11,7 +11,7 @@ spec:
sourceRef:
kind: HelmRepository
name: prometheus-community
interval: 1h
interval: 10m
install:
crds: Create
upgrade:

View File

@ -4,7 +4,7 @@ metadata:
name: stable
namespace: monitoring
spec:
interval: 1m
interval: 10m
url: https://charts.onwalk.net/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1