From a19205fead75038af4ab14290b24a472f0ecb28f Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sat, 29 Jun 2024 17:57:26 +0300 Subject: upd --- tools/loki-promtail/values.yaml | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'tools/loki-promtail') 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 -- cgit 1.4.1-2-gfad0