This commit is contained in:
2022-11-14 21:48:29 +07:00
parent d34fd45c83
commit 022fd4db44
2 changed files with 5 additions and 1 deletions

View File

@@ -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.