Skip to content

Commit

Permalink
feat: add monitoring to cnpg and default harbor db (#3022)
Browse files Browse the repository at this point in the history
add monitoring to cnpg and default harbor db
  • Loading branch information
tuxtof authored Jan 16, 2025
1 parent e32d6f1 commit efc0384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/cloudnative-pg/0.23.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ metadata:
namespace: ${releaseNamespace}
data:
values.yaml: |-
---
config:
data:
INHERITED_LABELS: "prometheus.kommander.d2iq.io/select"
4 changes: 4 additions & 0 deletions services/harbor/1.16.0/defaults/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ data:
size: 10Gi
initdb:
database: harbor
monitoring:
enabled: true
additionalLabels:
prometheus.kommander.d2iq.io/select: "true"
backups:
enabled: false

0 comments on commit efc0384

Please sign in to comment.