use a statefulset with autoscaling
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
019f2b7b1e
commit
f281741de9
@ -124,6 +124,20 @@ grafana-agent:
|
||||
create: false
|
||||
name: "agent-configmap"
|
||||
key: 'config.river'
|
||||
resources:
|
||||
requests:
|
||||
cpu: '1000m'
|
||||
memory: '600Mi'
|
||||
limits:
|
||||
memory: '4Gi'
|
||||
controller:
|
||||
type: "statefulset"
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 3
|
||||
maxReplicas: 30
|
||||
targetMemoryUtilizationPercentage: 90
|
||||
targetCPUUtilizationPercentage: 90
|
||||
|
||||
mimir-distributed:
|
||||
minio:
|
||||
|
Loading…
x
Reference in New Issue
Block a user