treasuremap/manifests/composite/monitoring-stack/patches/grafana.yaml
Steven Fitzpatrick 8ad827159a Remove Minio Components from airship-core lma
Work on this minio chart has been halted, so we need an alternative
S3 provider in the long term (#111). Removing references to this function
and associated CRs from airship-core deployments and the lma-configs
composite

Also, taking the opportunity to move our cluster flow & output
definitions out of the logging-operator-logging HelmRelease and
into proper CR documents

Relates-To: #111
Relates-To: #150
Change-Id: Id4b4b8d07fb6b38ba033e76a015d8703efca727a
2021-05-27 21:34:23 +00:00

37 lines
909 B
YAML

apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
kind: HelmRelease
metadata:
name: grafana
spec:
values:
adminUser: admin
adminPassword: changeme
defaultDashboardsEnabled: true
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: lma-infra-thanos
type: prometheus
url: lma-infra-thanos-query.lma.svc.cluster.local:10902
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: default
orgId: 1
type: file
disableDeletion: false
options:
path: /var/lib/grafana/dashboards/default
dashboards:
default:
logging:
gnetId: 7752
revision: 4
datasource: lma-infra-thanos
minio:
gnetId: 13502
revision: 4
datasource: lma-infra-thanos