v-m: Update Loki scrape target
Now that Loki uses Caddy as a reverse proxy, we need to update the scrape target to point to the correct port (443).etcd
parent
f468977d91
commit
5e4ab1d988
|
@ -306,4 +306,4 @@ scrape_configs:
|
||||||
ca_file: /run/dch-ca/dch-root-ca.crt
|
ca_file: /run/dch-ca/dch-root-ca.crt
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- loki.pyrocufflink.blue:3100
|
- loki.pyrocufflink.blue
|
||||||
|
|
Loading…
Reference in New Issue