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