This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_grafana [2026/05/21 18:57] val [Kubernetes] |
сервис_grafana [2026/06/10 11:59] (current) val [Kubernetes] |
||
|---|---|---|---|
| Line 48: | Line 48: | ||
| kube1:~/vm# cat grafana-values.yaml | kube1:~/vm# cat grafana-values.yaml | ||
| </code><code> | </code><code> | ||
| - | env: | + | #env: |
| - | HTTP_PROXY: "http://openproxy2.bmstu.ru:3128" | + | # HTTP_PROXY: "http://gate.isp.un:3128" |
| - | HTTPS_PROXY: "http://openproxy2.bmstu.ru:3128" | + | # HTTPS_PROXY: "http://gate.isp.un:3128" |
| - | NO_PROXY: "vmsingle-victoria-metrics-single-server,vls-victoria-logs-single-server" | + | # NO_PROXY: "localhost,127.0.0.1,.svc,.cluster.local,vmsingle-victoria-metrics-single-server,vls-victoria-logs-single-server" |
| persistence: | persistence: | ||
| Line 58: | Line 58: | ||
| accessModes: | accessModes: | ||
| - ReadWriteOnce | - ReadWriteOnce | ||
| - | size: 5Gi | + | size: 2Gi |
| + | |||
| + | #downloadDashboards: | ||
| + | # env: | ||
| + | # HTTP_PROXY: "http://gate.isp.un:3128" | ||
| + | # HTTPS_PROXY: "http://gate.isp.un:3128" | ||
| + | # NO_PROXY: "localhost,127.0.0.1,.svc,.cluster.local,vmsingle-victoria-metrics-single-server,vls-victoria-logs-single-server" | ||
| datasources: | datasources: | ||
| Line 84: | Line 90: | ||
| editable: true | editable: true | ||
| options: | options: | ||
| - | path: /var/lib/grafana/dashboards/default | + | path: /var/lib/grafana/dashboards |
| dashboards: | dashboards: | ||
| Line 108: | Line 114: | ||
| </code> | </code> | ||
| + | * Может понадобится удалить метки: systemd_service_name!="", name=~"^k8s_.*", | ||
| ===== Подключение Prometheus ===== | ===== Подключение Prometheus ===== | ||