diff options
author | makefunstuff <[email protected]> | 2024-06-29 16:25:27 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 16:25:27 +0200 |
commit | aac6c3899a7bfbbead7446a6d47486d08a746c07 (patch) | |
tree | 4847c723321b5417f98d3981f5f2e86908928b2b /tools/loki-promtail | |
parent | 8591302c45a25fbae4637a6503c3a388dd8c523b (diff) | |
download | k3s-lab-aac6c3899a7bfbbead7446a6d47486d08a746c07.tar.gz |
mb
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 105 |
1 files changed, 52 insertions, 53 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index 67fb030..bdd9b38 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -1,59 +1,58 @@ loki: 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" + 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 - limits: - cpu: 3 - memory: 4Gi - requests: - cpu: 2 - memory: 2Gi - extraEnv: - # Keep a little bit lower than memory limits - - name: GOMEMLIMIT - value: 3750MiB - gateway: - replicas: 0 - backend: - replicas: 0 - read: - replicas: 0 - write: - replicas: 0 - chunksCache: - enabled: false - resultsCache: - enabled: false - lokiCanary: - enabled: false - test: - enabled: false + singleBinary: + replicas: 1 + limits: + cpu: 3 + memory: 4Gi + requests: + cpu: 2 + memory: 2Gi + extraEnv: + # Keep a little bit lower than memory limits + - name: GOMEMLIMIT + value: 3750MiB + 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: |