mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
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:
@@ -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
|
||||
|
||||
@@ -11,6 +11,9 @@ spec:
|
||||
storageClass: {{ . }}
|
||||
{{- end }}
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
inheritedMetadata:
|
||||
labels:
|
||||
policy.cozystack.io/allow-to-apiserver: "true"
|
||||
|
||||
@@ -7,6 +7,9 @@ spec:
|
||||
storage:
|
||||
size: {{ .Values.grafana.db.size }}
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
inheritedMetadata:
|
||||
labels:
|
||||
policy.cozystack.io/allow-to-apiserver: "true"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,6 +7,9 @@ spec:
|
||||
storage:
|
||||
size: 20Gi
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
inheritedMetadata:
|
||||
labels:
|
||||
policy.cozystack.io/allow-to-apiserver: "true"
|
||||
|
||||
@@ -8,6 +8,9 @@ spec:
|
||||
storage:
|
||||
size: 10Gi
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
inheritedMetadata:
|
||||
labels:
|
||||
policy.cozystack.io/allow-to-apiserver: "true"
|
||||
|
||||
Reference in New Issue
Block a user