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.yaml55
1 files changed, 27 insertions, 28 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml
index a10b2be..ab79f2e 100644
--- a/tools/loki-promtail/values.yaml
+++ b/tools/loki-promtail/values.yaml
@@ -1,32 +1,31 @@
 loki:
-  loki:
-    fullnameOverride: loki
-    deploymentMode: SingleBinary
-    persistence:
-      enabled: true
-      storageClassName: "standard"
-      accessModes:
-        - ReadWriteOnce
-      size: 10Gi
-    resources:
-      requests:
-        cpu: "100m"
-        memory: "256Mi"
-      limits:
-        cpu: "500m"
-        memory: "512Mi"
-    auth_enabled: false  # Add this to ensure auth is disabled if not needed
-    pattern_ingester:
-      enabled: false  # Add this if you do not need the pattern ingester
-    tracing:
-      enabled: false  # Disable tracing if not needed
-    storage:
-      type: filesystem
-      bucketNames:
-        chunks: loki-chunks
-        ruler: loki-ruler
-        admin: loki-admin
-    
+  fullnameOverride: loki
+  deploymentMode: SingleBinary
+  persistence:
+    enabled: true
+    storageClassName: "standard"
+    accessModes:
+      - ReadWriteOnce
+    size: 10Gi
+  resources:
+    requests:
+      cpu: "100m"
+      memory: "256Mi"
+    limits:
+      cpu: "500m"
+      memory: "512Mi"
+  auth_enabled: false  # Add this to ensure auth is disabled if not needed
+  pattern_ingester:
+    enabled: false  # Add this if you do not need the pattern ingester
+  tracing:
+    enabled: false  # Disable tracing if not needed
+  storage:
+    type: filesystem
+    bucketNames:
+      chunks: loki-chunks
+      ruler: loki-ruler
+      admin: loki-admin
+  
 promtail:
   fullnameOverride: promtail
   config: