Skip to content

Commit

Permalink
point grafana to mimir
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingwithelephants committed Nov 27, 2023
1 parent 5512f4c commit 664ba79
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions manifests/prod/addons/kube-prometheus-stack/values-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,24 @@ grafana:
envFromSecret: "api-tokens-grafana-cloud"

additionalDataSources:
- name: Loki
basicAuth: true
basicAuthPassword: $API_TOKEN_READ_PROMETHEUS # this gets hydrated from an environment variable
basicAuthUser: 640440
editable: false
type: loki
url: https://logs-prod-008.grafana.net
# - name: Loki
# basicAuth: true
# basicAuthPassword: $API_TOKEN_READ_PROMETHEUS # this gets hydrated from an environment variable
# basicAuthUser: 640440
# editable: false
# type: loki
# url: https://logs-prod-008.grafana.net
- name: Mimir
basicAuth: false
# basicAuthPassword: $API_TOKEN_READ_PROMETHEUS # this gets hydrated from an environment variable
# basicAuthUser: 640440
editable: false
type: mimir
url: http://mimir-query-frontend.monitoring.svc.cluster.local/prometheus

extraSecretMounts:
- name: authentik-oauth-grafana
secretName: authentik-oauth-grafana
defaultMode: 0440
mountPath: /etc/secrets/authentik-oauth
readOnly: true
readOnly: true

0 comments on commit 664ba79

Please sign in to comment.