grafana: namespaceOverride: "monitoring" admin: existingSecret: "kube-prometheus-stack-grafana-admin-password" userKey: admin-user passwordKey: admin-password defaultDashboardsTimezone: Europe/Berlin additionalDataSources: - name: Loki type: loki url: http://loki-loki-distributed-gateway.monitoring:80 # syncPolicy: # syncOptions: # - ServerSideApply=true sidecar: dashboards: enabled: true label: grafana_dashboard folder: /tmp/dashboards updateIntervalSeconds: 10 folderAnnotation: grafana_folder provider: allowUiUpdates: true foldersFromFilesStructure: true grafana.ini: server: domain: {{{ .Env.DOMAIN }}} root_url: "%(protocol)s://%(domain)s/grafana" serve_from_sub_path: true serviceMonitor: # If true, a ServiceMonitor CRD is created for a prometheus operator https://github.com/coreos/prometheus-operator enabled: true #monitoring nginx prometheus: prometheusSpec: podMonitorSelectorNilUsesHelmValues: false serviceMonitorSelectorNilUsesHelmValues: false