You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
I've raised the following bug in the main loki github: grafana/loki#2894
I'm just wondering if you've hit this issue at all in your testing, my config is below:
# nameOverride -- Overrides the chart's name
nameOverride: ""
serviceAccount:
# serviceAccount.create -- Specifies whether a ServiceAccount should be created
create: true
# ServiceMonitor configuration
serviceMonitor:
# serviceMonitor.enabled -- If enabled, ServiceMonitor resources for Prometheus Operator are created
enabled: true
tolerations:
- effect: NoSchedule
operator: Exists
# extraArgs -- Additional CLI args for the canary
extraArgs:
- -labelname=pod
- -labelvalue=$(POD_NAME)
# lokiAddress -- The Loki server URL:Port, e.g. loki:3100
lokiAddress: loki-gateway:80
Hello,
I've raised the following bug in the main loki github:
grafana/loki#2894
I'm just wondering if you've hit this issue at all in your testing, my config is below: