diff options
author | makefunstuff <[email protected]> | 2024-06-29 15:37:38 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 15:37:38 +0200 |
commit | 9601b31471f298c829c6f6cef34209dab4597f83 (patch) | |
tree | 5dd5f6fff9a32f677573de18034db77bd189b2b7 /tools/loki-promtail | |
parent | 7752541c4e1f736defbc2fe9d69cdbc4158ae224 (diff) | |
download | k3s-lab-9601b31471f298c829c6f6cef34209dab4597f83.tar.gz |
fix
Diffstat (limited to '')
-rw-r--r-- | tools/loki-promtail/values.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index c3646d3..a8c0dc2 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -1,7 +1,6 @@ loki: deploymentMode: SingleBinary loki: - fullnameOverride: loki persistence: enabled: true storageClassName: "standard" @@ -22,36 +21,6 @@ loki: enabled: false storage: type: filesystem - bucketNames: - chunks: "loki-chunks" - schemaConfig: - configs: - - from: 2020-10-24 - store: boltdb-shipper - object_store: filesystem - schema: v11 - index: - prefix: index_ - period: 168h - limits_config: - enforce_metric_name: false - reject_old_samples: true - reject_old_samples_max_age: 168h - commonConfig: - replication_factor: 1 - ingester: - lifecycler: - ring: - kvstore: - store: inmemory - distributor: - ring: - kvstore: - store: inmemory - ruler: - storage: - type: local - rule_path: /loki/rules-temp promtail: fullnameOverride: promtail |