Skip to content
Open
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
4 changes: 3 additions & 1 deletion osdc/modules/monitoring/helm/alloy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ controller:
effect: NoSchedule

alloy:
clustering:
enabled: true
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: "2"
memory: 1Gi
memory: 2Gi
configMap:
content: |-
// Discover and scrape all ServiceMonitor targets across namespaces.
Expand Down
Loading