about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 16:57:26 +0200
committermakefunstuff <[email protected]>2024-06-29 16:57:26 +0200
commita19205fead75038af4ab14290b24a472f0ecb28f (patch)
tree3edecc7d94c7479b0f315399249c9fa80b4b20dc /tools
parent6dfdf7c943894c839528780eaeaa42744cdada18 (diff)
downloadk3s-lab-a19205fead75038af4ab14290b24a472f0ecb28f.tar.gz
upd
Diffstat (limited to '')
-rw-r--r--tools/loki-promtail/values.yaml44
1 files changed, 22 insertions, 22 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml
index 6e4e933..1e4bf32 100644
--- a/tools/loki-promtail/values.yaml
+++ b/tools/loki-promtail/values.yaml
@@ -1,28 +1,28 @@
 loki:
   networkPolicy:
     enabled: true
-  ingress:
-    - from:
-      - podSelector:
-        matchLabels:
-          app: grafana
-        ports:
-          - protocol: TCP
-            port: 3100
-    - from:
-      - podSelector:
-        matchLabels:
-          app: promtail
-        ports:
-          - protocol: TCP
-            port: 3100
-  egress:
-    - to:
-      - ipBlock:
-        cidr: 0.0.0.0/0
-        ports:
-          - protocol: TCP
-            port: 3100
+    ingress:
+      - from:
+        - podSelector:
+          matchLabels:
+            app: grafana
+          ports:
+            - protocol: TCP
+              port: 3100
+      - from:
+        - podSelector:
+          matchLabels:
+            app: promtail
+          ports:
+            - protocol: TCP
+              port: 3100
+    egress:
+      - to:
+        - ipBlock:
+          cidr: 0.0.0.0/0
+          ports:
+            - protocol: TCP
+              port: 3100
   deploymentMode: SingleBinary
   loki:
     auth_enabled: false