Skip to content

Commit

Permalink
fix: update blocky host
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed May 10, 2024
1 parent 2630cb1 commit 7e16260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:
revision: 3
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
- { name: VAR_BLOCKY_URL, value: 'http:\\/\\/192.168.1.42:4000' }
- { name: VAR_BLOCKY_URL, value: 'http:\\/\\/blocky.turbo.ac' }
cloudflared:
# renovate: depName="Cloudflare Tunnels (cloudflared)"
gnetId: 17457
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ metadata:
name: &name blocky
spec:
staticConfigs:
- targets: ["voyager.turbo.ac:4000"]
- targets: ["blocky.turbo.ac"]
metricsPath: /metrics
relabelings:
- action: replace
Expand Down

0 comments on commit 7e16260

Please sign in to comment.