Skip to content

Commit

Permalink
fixed lint and e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Sep 25, 2024
1 parent 89fdfc2 commit 0134491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions hack/helm/victoria-metrics-agent/e2e/simple.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
remoteWriteUrls:
- http://cluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/
remoteWrite:
- url: http://cluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/
urlRelabelConfig:
- action: keep
source_labels: [env]
regex: "dev"

replicaCount: 3
deployment:
Expand Down
4 changes: 2 additions & 2 deletions hack/helm/victoria-metrics-agent/lint/simple.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
remoteWriteUrls:
- http://cluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/
remoteWrite:
- url: http://cluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/

podDisruptionBudget:
enabled: true
Expand Down

0 comments on commit 0134491

Please sign in to comment.