debug
This commit is contained in:
parent
2c1431666e
commit
af4d3c34ef
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- vmalert.yaml
|
||||
# - vmalert.yaml
|
||||
- vmsingle.yaml
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
dedup.minScrapeInterval: 10s
|
||||
maxLabelsPerTimeseries: "40"
|
||||
search.minStalenessInterval: 5m
|
||||
vmalert.proxyURL: http://vmalert-cluster.observability.svc:8080
|
||||
# vmalert.proxyURL: http://vmalert-cluster.observability.svc:8080
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
|
|
Loading…
Reference in a new issue