@@ -708,182 +708,182 @@ alertmanager:
708
708
709
709
# # Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
710
710
# #
711
- grafana :
712
- enabled : false
713
- namespaceOverride : " "
714
-
715
- # # ForceDeployDatasources Create datasource configmap even if grafana deployment has been disabled
716
- # #
717
- forceDeployDatasources : false
718
-
719
- # # ForceDeployDashboard Create dashboard configmap even if grafana deployment has been disabled
720
- # #
721
- forceDeployDashboards : false
722
-
723
- # # Deploy default dashboards
724
- # #
725
- defaultDashboardsEnabled : true
726
-
727
- # # Timezone for the default dashboards
728
- # # Other options are: browser or a specific timezone, i.e. Europe/Luxembourg
729
- # #
730
- defaultDashboardsTimezone : utc
731
-
732
- adminPassword : prom-operator
733
-
734
- rbac :
735
- # # If true, Grafana PSPs will be created
736
- # #
737
- pspEnabled : false
738
-
739
- ingress :
740
- # # If true, Grafana Ingress will be created
741
- # #
742
- enabled : false
743
-
744
- # # IngressClassName for Grafana Ingress.
745
- # # Should be provided if Ingress is enable.
746
- # #
747
- # ingressClassName: nginx
748
-
749
- # # Annotations for Grafana Ingress
750
- # #
751
- annotations : {}
752
- # kubernetes.io/ingress.class: nginx
753
- # kubernetes.io/tls-acme: "true"
754
-
755
- # # Labels to be added to the Ingress
756
- # #
757
- labels : {}
758
-
759
- # # Hostnames.
760
- # # Must be provided if Ingress is enable.
761
- # #
762
- # hosts:
763
- # - grafana.domain.com
764
- hosts : []
765
-
766
- # # Path for grafana ingress
767
- path : /
768
-
769
- # # TLS configuration for grafana Ingress
770
- # # Secret must be manually created in the namespace
771
- # #
772
- tls : []
773
- # - secretName: grafana-general-tls
774
- # hosts:
775
- # - grafana.example.com
776
-
777
- sidecar :
778
- dashboards :
779
- enabled : true
780
- label : grafana_dashboard
781
- labelValue : " 1"
782
-
783
- # # Annotations for Grafana dashboard configmaps
784
- # #
785
- annotations : {}
786
- multicluster :
787
- global :
788
- enabled : false
789
- etcd :
790
- enabled : false
791
- provider :
792
- allowUiUpdates : false
793
- datasources :
794
- enabled : true
795
- defaultDatasourceEnabled : true
796
-
797
- uid : prometheus
798
-
799
- # # URL of prometheus datasource
800
- # #
801
- # url: http://prometheus-stack-prometheus:9090/
802
-
803
- # If not defined, will use prometheus.prometheusSpec.scrapeInterval or its default
804
- # defaultDatasourceScrapeInterval: 15s
805
-
806
- # # Annotations for Grafana datasource configmaps
807
- # #
808
- annotations : {}
809
-
810
- # # Create datasource for each Pod of Prometheus StatefulSet;
811
- # # this uses headless service `prometheus-operated` which is
812
- # # created by Prometheus Operator
813
- # # ref: https://github.com/prometheus-operator/prometheus-operator/blob/0fee93e12dc7c2ea1218f19ae25ec6b893460590/pkg/prometheus/statefulset.go#L255-L286
814
- createPrometheusReplicasDatasources : false
815
- label : grafana_datasource
816
- labelValue : " 1"
817
-
818
- # # Field with internal link pointing to existing data source in Grafana.
819
- # # Can be provisioned via additionalDataSources
820
- exemplarTraceIdDestinations : {}
821
- # datasourceUid: Jaeger
822
- # traceIdLabelName: trace_id
823
-
824
- extraConfigmapMounts : []
825
- # - name: certs-configmap
826
- # mountPath: /etc/grafana/ssl/
827
- # configMap: certs-configmap
828
- # readOnly: true
829
-
830
- deleteDatasources : []
831
- # - name: example-datasource
832
- # orgId: 1
833
-
834
- # # Configure additional grafana datasources (passed through tpl)
835
- # # ref: http://docs.grafana.org/administration/provisioning/#datasources
836
- additionalDataSources : []
837
- # - name: prometheus-sample
838
- # access: proxy
839
- # basicAuth: true
840
- # basicAuthPassword: pass
841
- # basicAuthUser: daco
842
- # editable: false
843
- # jsonData:
844
- # tlsSkipVerify: true
845
- # orgId: 1
846
- # type: prometheus
847
- # url: https://{{ printf "%s-prometheus.svc" .Release.Name }}:9090
848
- # version: 1
849
-
850
- # # Passed to grafana subchart and used by servicemonitor below
851
- # #
852
- service :
853
- portName : http-web
854
-
855
- serviceMonitor :
856
- # If true, a ServiceMonitor CRD is created for a prometheus operator
857
- # https://github.com/coreos/prometheus-operator
858
- #
859
- enabled : true
860
-
861
- # Path to use for scraping metrics. Might be different if server.root_url is set
862
- # in grafana.ini
863
- path : " /metrics"
864
-
865
- # namespace: monitoring (defaults to use the namespace this chart is deployed to)
866
-
867
- # labels for the ServiceMonitor
868
- labels : {}
869
-
870
- # Scrape interval. If not set, the Prometheus default scrape interval is used.
871
- #
872
- interval : " "
873
- scheme : http
874
- tlsConfig : {}
875
- scrapeTimeout : 30s
876
-
877
- # # RelabelConfigs to apply to samples before scraping
878
- # # ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
879
- # #
880
- relabelings : []
881
- # - sourceLabels: [__meta_kubernetes_pod_node_name]
882
- # separator: ;
883
- # regex: ^(.*)$
884
- # targetLabel: nodename
885
- # replacement: $1
886
- # action: replace
711
+ # grafana:
712
+ # enabled: false
713
+ # namespaceOverride: ""
714
+
715
+ # ## ForceDeployDatasources Create datasource configmap even if grafana deployment has been disabled
716
+ # ##
717
+ # forceDeployDatasources: false
718
+
719
+ # ## ForceDeployDashboard Create dashboard configmap even if grafana deployment has been disabled
720
+ # ##
721
+ # forceDeployDashboards: false
722
+
723
+ # ## Deploy default dashboards
724
+ # ##
725
+ # defaultDashboardsEnabled: true
726
+
727
+ # ## Timezone for the default dashboards
728
+ # ## Other options are: browser or a specific timezone, i.e. Europe/Luxembourg
729
+ # ##
730
+ # defaultDashboardsTimezone: utc
731
+
732
+ # adminPassword: prom-operator
733
+
734
+ # rbac:
735
+ # ## If true, Grafana PSPs will be created
736
+ # ##
737
+ # pspEnabled: false
738
+
739
+ # ingress:
740
+ # ## If true, Grafana Ingress will be created
741
+ # ##
742
+ # enabled: false
743
+
744
+ # ## IngressClassName for Grafana Ingress.
745
+ # ## Should be provided if Ingress is enable.
746
+ # ##
747
+ # # ingressClassName: nginx
748
+
749
+ # ## Annotations for Grafana Ingress
750
+ # ##
751
+ # annotations: {}
752
+ # # kubernetes.io/ingress.class: nginx
753
+ # # kubernetes.io/tls-acme: "true"
754
+
755
+ # ## Labels to be added to the Ingress
756
+ # ##
757
+ # labels: {}
758
+
759
+ # ## Hostnames.
760
+ # ## Must be provided if Ingress is enable.
761
+ # ##
762
+ # # hosts:
763
+ # # - grafana.domain.com
764
+ # hosts: []
765
+
766
+ # ## Path for grafana ingress
767
+ # path: /
768
+
769
+ # ## TLS configuration for grafana Ingress
770
+ # ## Secret must be manually created in the namespace
771
+ # ##
772
+ # tls: []
773
+ # # - secretName: grafana-general-tls
774
+ # # hosts:
775
+ # # - grafana.example.com
776
+
777
+ # sidecar:
778
+ # dashboards:
779
+ # enabled: true
780
+ # label: grafana_dashboard
781
+ # labelValue: "1"
782
+
783
+ # ## Annotations for Grafana dashboard configmaps
784
+ # ##
785
+ # annotations: {}
786
+ # multicluster:
787
+ # global:
788
+ # enabled: false
789
+ # etcd:
790
+ # enabled: false
791
+ # provider:
792
+ # allowUiUpdates: false
793
+ # datasources:
794
+ # enabled: true
795
+ # defaultDatasourceEnabled: true
796
+
797
+ # uid: prometheus
798
+
799
+ # ## URL of prometheus datasource
800
+ # ##
801
+ # # url: http://prometheus-stack-prometheus:9090/
802
+
803
+ # # If not defined, will use prometheus.prometheusSpec.scrapeInterval or its default
804
+ # # defaultDatasourceScrapeInterval: 15s
805
+
806
+ # ## Annotations for Grafana datasource configmaps
807
+ # ##
808
+ # annotations: {}
809
+
810
+ # ## Create datasource for each Pod of Prometheus StatefulSet;
811
+ # ## this uses headless service `prometheus-operated` which is
812
+ # ## created by Prometheus Operator
813
+ # ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/0fee93e12dc7c2ea1218f19ae25ec6b893460590/pkg/prometheus/statefulset.go#L255-L286
814
+ # createPrometheusReplicasDatasources: false
815
+ # label: grafana_datasource
816
+ # labelValue: "1"
817
+
818
+ # ## Field with internal link pointing to existing data source in Grafana.
819
+ # ## Can be provisioned via additionalDataSources
820
+ # exemplarTraceIdDestinations: {}
821
+ # # datasourceUid: Jaeger
822
+ # # traceIdLabelName: trace_id
823
+
824
+ # extraConfigmapMounts: []
825
+ # # - name: certs-configmap
826
+ # # mountPath: /etc/grafana/ssl/
827
+ # # configMap: certs-configmap
828
+ # # readOnly: true
829
+
830
+ # deleteDatasources: []
831
+ # # - name: example-datasource
832
+ # # orgId: 1
833
+
834
+ # ## Configure additional grafana datasources (passed through tpl)
835
+ # ## ref: http://docs.grafana.org/administration/provisioning/#datasources
836
+ # additionalDataSources: []
837
+ # # - name: prometheus-sample
838
+ # # access: proxy
839
+ # # basicAuth: true
840
+ # # basicAuthPassword: pass
841
+ # # basicAuthUser: daco
842
+ # # editable: false
843
+ # # jsonData:
844
+ # # tlsSkipVerify: true
845
+ # # orgId: 1
846
+ # # type: prometheus
847
+ # # url: https://{{ printf "%s-prometheus.svc" .Release.Name }}:9090
848
+ # # version: 1
849
+
850
+ # ## Passed to grafana subchart and used by servicemonitor below
851
+ # ##
852
+ # service:
853
+ # portName: http-web
854
+
855
+ # serviceMonitor:
856
+ # # If true, a ServiceMonitor CRD is created for a prometheus operator
857
+ # # https://github.com/coreos/prometheus-operator
858
+ # #
859
+ # enabled: true
860
+
861
+ # # Path to use for scraping metrics. Might be different if server.root_url is set
862
+ # # in grafana.ini
863
+ # path: "/metrics"
864
+
865
+ # # namespace: monitoring (defaults to use the namespace this chart is deployed to)
866
+
867
+ # # labels for the ServiceMonitor
868
+ # labels: {}
869
+
870
+ # # Scrape interval. If not set, the Prometheus default scrape interval is used.
871
+ # #
872
+ # interval: ""
873
+ # scheme: http
874
+ # tlsConfig: {}
875
+ # scrapeTimeout: 30s
876
+
877
+ # ## RelabelConfigs to apply to samples before scraping
878
+ # ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
879
+ # ##
880
+ # relabelings: []
881
+ # # - sourceLabels: [__meta_kubernetes_pod_node_name]
882
+ # # separator: ;
883
+ # # regex: ^(.*)$
884
+ # # targetLabel: nodename
885
+ # # replacement: $1
886
+ # # action: replace
887
887
888
888
# # Component scraping the kube api server
889
889
# #
0 commit comments