mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: adjust loki lifecycler address to use localhost
This commit is contained in:
parent
dfd49c656a
commit
fbfbcf78b8
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
influxdbDomain = "influxdb.${sentinelCfg.repo.secrets.local.personalDomain}";
|
||||
influxdbPort = 8086;
|
||||
in {
|
||||
microvm.mem = 1024;
|
||||
meta.wireguard-proxy.sentinel.allowedTCPPorts = [influxdbPort];
|
||||
|
||||
nodes.sentinel = {
|
||||
|
|
|
@ -69,7 +69,7 @@ in {
|
|||
|
||||
ingester = {
|
||||
lifecycler = {
|
||||
interface_names = ["proxy-sentinel"];
|
||||
address = "127.0.0.1";
|
||||
ring = {
|
||||
kvstore.store = "inmemory";
|
||||
replication_factor = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue