52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
init:
|
|
version: 0
|
|
namespace: "bases"
|
|
|
|
commons:
|
|
helm:
|
|
release:
|
|
# -- install of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
install: {}
|
|
# -- test of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
test: {}
|
|
# -- upgrade of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
upgrade: {}
|
|
# -- driftDetection of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
driftDetection: {}
|
|
|
|
prometheus:
|
|
monitor:
|
|
# -- labels on Pod- and Service-Monitor
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
rules:
|
|
# -- labels on PrometheusRules
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
|
|
grafana:
|
|
datasource:
|
|
# -- labels of grafana datasource configmap and secret
|
|
# @section -- Commons Monitoring
|
|
labels:
|
|
grafana_datasource: "1"
|
|
dashboards:
|
|
# -- labels of grafana dashboard configmap
|
|
# @section -- Commons Monitoring
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
|
|
grafana:
|
|
dashboards:
|
|
# -- annotations of grafana dashboard configmap
|
|
annotations: {}
|
|
|
|
fluentd:
|
|
replicas: 1
|
|
|
|
loki:
|
|
enabled: true
|