feat(metrics): loki service monitor
to enable use feature flag in values !1
This commit is contained in:
11
values.yaml
11
values.yaml
@ -36,12 +36,23 @@ nfc_monitoring:
|
||||
|
||||
|
||||
loki:
|
||||
|
||||
enabled: false
|
||||
|
||||
image:
|
||||
name: grafana/loki
|
||||
tag: 2.7.4
|
||||
|
||||
namespace: loki
|
||||
|
||||
service_name: loki
|
||||
|
||||
ServiceMonitor:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: loki
|
||||
app.kubernetes.io/component: logging
|
||||
|
||||
|
||||
kube_monitor_proxy:
|
||||
namespace: monitoring
|
||||
|
Reference in New Issue
Block a user