diff options
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 |