27 lines
728 B
YAML
27 lines
728 B
YAML
---
|
|
logging_namespace: monitoring
|
|
logging_kubeconfig: "/home/{{ ansible_user }}/.kube/config"
|
|
|
|
loki_chart_version: "7.0.0"
|
|
alloy_chart_version: "1.8.2"
|
|
grafana_chart_version: "10.5.15"
|
|
|
|
loki_minio_endpoint: "http://minio.minio.svc.cluster.local:9000"
|
|
loki_minio_bucket: "loki-chunks"
|
|
loki_minio_user: "loki"
|
|
loki_minio_secret_name: "loki-minio-secret"
|
|
|
|
loki_retention_days: 31
|
|
loki_wal_storage_size: "10Gi"
|
|
loki_wal_storage_class: longhorn
|
|
|
|
prometheus_stack_chart_version: "68.4.4"
|
|
prometheus_storage_size: "20Gi"
|
|
prometheus_storage_class: longhorn
|
|
prometheus_retention: "30d"
|
|
|
|
grafana_storage_size: "5Gi"
|
|
grafana_storage_class: longhorn
|
|
grafana_admin_secret: "grafana-admin-secret"
|
|
grafana_root_url: "http://10.203.0.96:10003"
|