about summary refs log tree commit diff
path: root/tools/loki-promtail
diff options
context:
space:
mode:
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r--tools/loki-promtail/values.yaml100
1 files changed, 50 insertions, 50 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml
index 07a63cd..c3646d3 100644
--- a/tools/loki-promtail/values.yaml
+++ b/tools/loki-promtail/values.yaml
@@ -1,57 +1,57 @@
-deploymentMode: SingleBinary
-
 loki:
-  fullnameOverride: loki
-  persistence:
-    enabled: true
-    storageClassName: "standard"
-    accessModes:
-      - ReadWriteOnce
-    size: 10Gi
-    resources:
-      requests:
-        cpu: "100m"
-        memory: "256Mi"
-      limits:
-        cpu: "500m"
-        memory: "512Mi"
-    auth_enabled: false
-    pattern_ingester:
-      enabled: false
-    tracing:
-      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:
+  deploymentMode: SingleBinary
+  loki:
+    fullnameOverride: loki
+    persistence:
+      enabled: true
+      storageClassName: "standard"
+      accessModes:
+        - ReadWriteOnce
+      size: 10Gi
+      resources:
+        requests:
+          cpu: "100m"
+          memory: "256Mi"
+        limits:
+          cpu: "500m"
+          memory: "512Mi"
+      auth_enabled: false
+      pattern_ingester:
+        enabled: false
+      tracing:
+        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
-    distributor:
-      ring:
-        kvstore:
-          store: inmemory
-    ruler:
-      storage:
-        type: local
-      rule_path: /loki/rules-temp
+      ruler:
+        storage:
+          type: local
+        rule_path: /loki/rules-temp
 
 promtail:
   fullnameOverride: promtail