Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions terraform/modules/ceph/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ resource "helm_release" "ceph_cluster" {
ssl: false
storage:
deviceFilter: "${var.ceph_device_filter}"
monitoring:
enabled: true
createPrometheusRules: true
# cephObjectStores:
# TODO: instances == number of nodes
# TODO: increase CPU and RAM limits for the gateway
Expand Down
Loading