diff options
author | makefunstuff <[email protected]> | 2024-06-29 16:20:19 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 16:20:19 +0200 |
commit | 1ccc5fbd4315ef856c3a80354f3bccf5f5d95cd1 (patch) | |
tree | 180cd894f7ff520f28b2c956ab65b8fb2df18547 /tools/loki-promtail | |
parent | ed1b5a0bb70086f9e24615131de7af0abb17c164 (diff) | |
download | k3s-lab-1ccc5fbd4315ef856c3a80354f3bccf5f5d95cd1.tar.gz |
upd
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 93 |
1 files changed, 47 insertions, 46 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index 4b473af..7161ce8 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -1,51 +1,52 @@ -deploymentMode: SingleBinary loki: - auth_enabled: false - analytics: - reporting_enabled: false - commonConfig: - replication_factor: 1 - ingester: - chunk_encoding: snappy - storage: - type: filesystem - schemaConfig: - configs: - - from: "2024-06-29" - store: tsdb - object_store: filesystem - schema: v13 - index: - prefix: loki_index_ - period: 24h - limits_config: - retention_period: 14d - mminio: - enabled: true - serviceAccount: - name: "minio-sa-loki" - - singleBinary: - replicas: 1 - persistence: + deploymentMode: SingleBinary + loki: + auth_enabled: false + analytics: + reporting_enabled: false + commonConfig: + replication_factor: 1 + ingester: + chunk_encoding: snappy + storage: + type: filesystem + schemaConfig: + configs: + - from: "2024-06-29" + store: tsdb + object_store: filesystem + schema: v13 + index: + prefix: loki_index_ + period: 24h + limits_config: + retention_period: 14d + mminio: enabled: true - size: 50Gi - gateway: - replicas: 0 - backend: - replicas: 0 - read: - replicas: 0 - write: - replicas: 0 - chunksCache: - enabled: false - resultsCache: - enabled: false - lokiCanary: - enabled: false - test: - enabled: false + serviceAccount: + name: "minio-sa-loki" + + singleBinary: + replicas: 1 + persistence: + enabled: true + size: 50Gi + gateway: + replicas: 0 + backend: + replicas: 0 + read: + replicas: 0 + write: + replicas: 0 + chunksCache: + enabled: false + resultsCache: + enabled: false + lokiCanary: + enabled: false + test: + enabled: false promtail: fullnameOverride: promtail config: |