Skip to content

Commit

Permalink
(ayekan) add targets to blackbox http probe
Browse files Browse the repository at this point in the history
  • Loading branch information
csilva-cl committed Dec 13, 2024
1 parent e634932 commit a1dace9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion fleet/lib/blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,21 @@ serviceMonitor:
hostname: google.com
interval: 60s
module: http_2xx

- name: vpnls
url: https://vpn.ls.lsst.org
hostname: vpn.ls.lsst.org
interval: 60s
module: http_2xx
- name: s3lhn
url: https://s3-lhn.cp.lsst.org
hostname: s3-lhn.cp.lsst.org
interval: 60s
module: http_2xx
- name: s3cp
url: https://s3.cp.lsst.org
hostname: s3.cp.lsst.org
interval: 60s
module: http_2xx
prometheusRule:
enabled: true
additionalLabels:
Expand Down
2 changes: 1 addition & 1 deletion fleet/lib/mimir/overlays/ayekan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ mimir:

ingester:
persistentVolume:
size: 300Gi
size: 300Gi

0 comments on commit a1dace9

Please sign in to comment.