diff options
author | makefunstuff <[email protected]> | 2024-06-29 16:57:26 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 16:57:26 +0200 |
commit | a19205fead75038af4ab14290b24a472f0ecb28f (patch) | |
tree | 3edecc7d94c7479b0f315399249c9fa80b4b20dc /tools/loki-promtail | |
parent | 6dfdf7c943894c839528780eaeaa42744cdada18 (diff) | |
download | k3s-lab-a19205fead75038af4ab14290b24a472f0ecb28f.tar.gz |
upd
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 44 |
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 |