enablePodMonitor (#572)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Enabled pod monitoring for multiple database clusters (Alerta,
Keycloak, SeaweedFS, Grafana)

- **Chores**
	- Updated monitoring package version from 1.6.0 to 1.6.1
- Updated version mapping with specific commit hash for monitoring
package
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
klinch0
2025-01-15 12:53:16 +03:00
committed by GitHub
parent 4547efab09
commit 3bb975965d
6 changed files with 15 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ name: monitoring
description: Monitoring and observability stack
icon: /logos/monitoring.svg
type: application
version: 1.6.0
version: 1.6.1

View File

@@ -11,6 +11,9 @@ spec:
storageClass: {{ . }}
{{- end }}
monitoring:
enablePodMonitor: true
inheritedMetadata:
labels:
policy.cozystack.io/allow-to-apiserver: "true"

View File

@@ -7,6 +7,9 @@ spec:
storage:
size: {{ .Values.grafana.db.size }}
monitoring:
enablePodMonitor: true
inheritedMetadata:
labels:
policy.cozystack.io/allow-to-apiserver: "true"

View File

@@ -21,7 +21,8 @@ monitoring 1.5.1 57e90b70
monitoring 1.5.2 898374b5
monitoring 1.5.3 c1ca19dc
monitoring 1.5.4 d4634797
monitoring 1.6.0 HEAD
monitoring 1.6.0 cb7b8158
monitoring 1.6.1 HEAD
seaweedfs 0.1.0 5ca8823
seaweedfs 0.2.0 9e33dc0
seaweedfs 0.2.1 249bf35

View File

@@ -7,6 +7,9 @@ spec:
storage:
size: 20Gi
monitoring:
enablePodMonitor: true
inheritedMetadata:
labels:
policy.cozystack.io/allow-to-apiserver: "true"

View File

@@ -8,6 +8,9 @@ spec:
storage:
size: 10Gi
monitoring:
enablePodMonitor: true
inheritedMetadata:
labels:
policy.cozystack.io/allow-to-apiserver: "true"