30 lines
594 B
YAML
30 lines
594 B
YAML
init:
|
|
version: 0
|
|
namespace: "bases"
|
|
|
|
commons:
|
|
prometheus:
|
|
monitor:
|
|
# -- labels on Pod- and Service-Monitor
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
rules:
|
|
# -- labels on PrometheusRules
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
|
|
grafana:
|
|
dashboards:
|
|
# -- labels of grafana dashboard configmap
|
|
# @section -- Commons Monitoring
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
|
|
prometheus:
|
|
kubeStateMetricsConfig:
|
|
namespace:
|
|
|
|
grafana:
|
|
dashboards:
|
|
# -- annotations of grafana dashboard configmap
|
|
annotations: {}
|