Skip to content

Commit

Permalink
Update monitoring resources
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Oct 9, 2023
1 parent 4939e06 commit 9f477f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
20 changes: 0 additions & 20 deletions templates/aks/manifests/cluster/helmrelease-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,7 @@ spec:
values:
prometheus:
prometheusSpec:
replicas: 2
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 2Gi
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: managed-csi-premium
resources:
requests:
storage: 200Gi

grafana:
resources:
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
12 changes: 6 additions & 6 deletions templates/manifests/base/helmrelease-monitoring.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ spec:
resources:
limits:
cpu: 1
memory: 2Gi
memory: 4Gi
requests:
cpu: 100m
memory: 1Gi
cpu: 1
memory: 2Gi

externalLabels:
cluster: ${customer_name}/${cluster_name}
Expand Down Expand Up @@ -153,7 +153,7 @@ spec:
spec:
resources:
requests:
storage: 100Gi
storage: 200Gi

%{~ if modules.monitoring.tempo.enabled }
enableRemoteWriteReceiver: true
Expand Down Expand Up @@ -510,9 +510,9 @@ spec:
resources:
limits:
cpu: 1
memory: 256Mi
memory: 512Mi
requests:
cpu: 50m
cpu: 100m
memory: 128Mi

env: {}
Expand Down

0 comments on commit 9f477f5

Please sign in to comment.