Skip to content

Commit

Permalink
Adjust interval back
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 30, 2024
1 parent 6fbc513 commit 7dc8b31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {
description = "Helm chart deployment for a single node Victoria Metrics instance"
project_root = "modules/victoria-metrics"
space_id = "root"
version_number = "0.0.6"
version_number = "0.0.7"
}

trivy-operator = {
Expand Down
6 changes: 3 additions & 3 deletions modules/victoria-metrics/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ defaultRules:
create: true
rules: {}
alertmanager:
create: true
create: false
rules: {}

# -- Runbook url prefix for default rules
Expand Down Expand Up @@ -688,7 +688,7 @@ vmagent:
selectAllByDefault: true
image:
tag: v1.102.0
scrapeInterval: 60s
scrapeInterval: 30s
externalLabels: {}
# For multi-cluster setups it is useful to use "cluster" label to identify the metrics source.
# For example:
Expand Down Expand Up @@ -914,7 +914,7 @@ kubelet:
spec:
scheme: "https"
honorLabels: true
interval: "60s"
interval: "30s"
scrapeTimeout: "5s"
tlsConfig:
insecureSkipVerify: true
Expand Down

0 comments on commit 7dc8b31

Please sign in to comment.