Skip to content

Commit

Permalink
feat(rook-ceph): enable rook module
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 14, 2024
1 parent 9bdbed0 commit db3c8c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/rook-ceph/rook-ceph/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
enableLiveness: true
serviceMonitor:
enabled: true
enableDiscoveryDaemon: true
monitoring:
enabled: true
resources:
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@ spec:
prometheusEndpoint: http://prometheus-operated.monitoring.svc.cluster.local:9090
mgr:
modules:
- name: insights
enabled: true
- name: pg_autoscaler
enabled: true
- name: rook
enabled: true
network:
provider: host
addressRanges:
Expand Down

0 comments on commit db3c8c7

Please sign in to comment.