Skip to content

Commit

Permalink
Turn of alert and bump up scrap interval
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 30, 2024
1 parent 3ef7bd7 commit ba6caf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5"
version_number = "0.0.6"
}

trivy-operator = {
Expand Down
8 changes: 4 additions & 4 deletions modules/victoria-metrics/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ vmcluster:
# - vminsert.domain.com

alertmanager:
enabled: true
enabled: false
annotations: {}
# spec for VMAlertmanager crd
# https://docs.victoriametrics.com/operator/api.html#vmalertmanagerspec
Expand Down Expand Up @@ -604,7 +604,7 @@ alertmanager:

vmalert:
annotations: {}
enabled: true
enabled: false

# Controls whether VMAlert should use VMAgent or VMInsert as a target for remotewrite
remoteWriteVMAgent: false
Expand Down Expand Up @@ -688,7 +688,7 @@ vmagent:
selectAllByDefault: true
image:
tag: v1.102.0
scrapeInterval: 20s
scrapeInterval: 60s
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: "30s"
interval: "60s"
scrapeTimeout: "5s"
tlsConfig:
insecureSkipVerify: true
Expand Down

0 comments on commit ba6caf6

Please sign in to comment.