about summary refs log tree commit diff
path: root/tools/loki-promtail
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 15:27:53 +0200
committermakefunstuff <[email protected]>2024-06-29 15:27:53 +0200
commit44d1036900261bd60c4ed22c123370f849362daa (patch)
tree5c7c4ca716a977b1ac2759282d12ff1163e3aa19 /tools/loki-promtail
parent8ed09966feeabe09ba1a1b5db97e0d476aeb928a (diff)
downloadk3s-lab-44d1036900261bd60c4ed22c123370f849362daa.tar.gz
upd
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r--tools/loki-promtail/values.yaml17
1 files changed, 8 insertions, 9 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml
index 7f488f1..f7f67e3 100644
--- a/tools/loki-promtail/values.yaml
+++ b/tools/loki-promtail/values.yaml
@@ -1,13 +1,12 @@
 loki:
-  loki:
-    fullnameOverride: loki
-    deploymentMode: SingleBinary
-    persistence:
-      enabled: true
-      storageClassName: "standard"
-      accessModes:
-        - ReadWriteOnce
-      size: 10Gi
+  fullnameOverride: loki
+  deploymentMode: SingleBinary
+  persistence:
+    enabled: true
+    storageClassName: "standard"
+    accessModes:
+      - ReadWriteOnce
+    size: 10Gi
     resources:
       requests:
         cpu: "100m"