1
1
Fork 1
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:
oddlama 2023-08-17 17:27:18 +02:00
parent dfd49c656a
commit fbfbcf78b8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@
influxdbDomain = "influxdb.${sentinelCfg.repo.secrets.local.personalDomain}"; influxdbDomain = "influxdb.${sentinelCfg.repo.secrets.local.personalDomain}";
influxdbPort = 8086; influxdbPort = 8086;
in { in {
microvm.mem = 1024;
meta.wireguard-proxy.sentinel.allowedTCPPorts = [influxdbPort]; meta.wireguard-proxy.sentinel.allowedTCPPorts = [influxdbPort];
nodes.sentinel = { nodes.sentinel = {

View file

@ -69,7 +69,7 @@ in {
ingester = { ingester = {
lifecycler = { lifecycler = {
interface_names = ["proxy-sentinel"]; address = "127.0.0.1";
ring = { ring = {
kvstore.store = "inmemory"; kvstore.store = "inmemory";
replication_factor = 1; replication_factor = 1;