about summary refs log tree commit diff
path: root/tools/loki-promtail
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 15:12:53 +0200
committermakefunstuff <[email protected]>2024-06-29 15:12:53 +0200
commit6f81d5a6f7b15723d41229510d7d71728c51d757 (patch)
treefad929843020e8cedc1cca5c1f8388e312b5218a /tools/loki-promtail
parent9166bd47cc3af51bed128e9fc884a7b0cb82f701 (diff)
downloadk3s-lab-6f81d5a6f7b15723d41229510d7d71728c51d757.tar.gz
namespacing
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r--tools/loki-promtail/values.yaml55
1 files changed, 28 insertions, 27 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml
index ab79f2e..a10b2be 100644
--- a/tools/loki-promtail/values.yaml
+++ b/tools/loki-promtail/values.yaml
@@ -1,31 +1,32 @@
 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
-  
+  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
+    
 promtail:
   fullnameOverride: promtail
   config: