set longer scrape and evaluation intervals
This commit is contained in:
@@ -55,6 +55,8 @@ new k8s.helm.v3.Release(
|
|||||||
prometheusSpec: {
|
prometheusSpec: {
|
||||||
retention: "7d",
|
retention: "7d",
|
||||||
retentionSize: "15GB",
|
retentionSize: "15GB",
|
||||||
|
scrapeInterval: "60s",
|
||||||
|
evaluationInterval: "60s",
|
||||||
storageSpec: {
|
storageSpec: {
|
||||||
volumeClaimTemplate: {
|
volumeClaimTemplate: {
|
||||||
spec: {
|
spec: {
|
||||||
|
|||||||
Reference in New Issue
Block a user