From 022fd4db4472c4725a3727fffe49081799d5676b Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Mon, 14 Nov 2022 21:48:29 +0700 Subject: [PATCH] add helm --- promtail-helm/values.yaml | 6 +++++- {promtell-localhost => promtail-localhost}/README.md | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename {promtell-localhost => promtail-localhost}/README.md (100%) diff --git a/promtail-helm/values.yaml b/promtail-helm/values.yaml index 86f2bdb..15b07c4 100644 --- a/promtail-helm/values.yaml +++ b/promtail-helm/values.yaml @@ -285,7 +285,11 @@ config: # Must be reference in `config.file` to configure `clients` # @default -- See `values.yaml` clients: - - url: http://loki-gateway/loki/api/v1/push + - url: http://loki.t.realmanual.ru/loki/api/v1/push + tenant_id: 1 + basic_auth: + username: loki + password: loki123 # -- A section of reusable snippets that can be reference in `config.file`. # Custom snippets may be added in order to reduce redundancy. # This is especially helpful when multiple `kubernetes_sd_configs` are use which usually have large parts in common. diff --git a/promtell-localhost/README.md b/promtail-localhost/README.md similarity index 100% rename from promtell-localhost/README.md rename to promtail-localhost/README.md