Adjust mem allocation for cluster-metrics-exporter

This commit is contained in:
Daniel Berteaud 2024-04-05 22:15:40 +02:00
parent ff1af34bd2
commit 1d0d6e07b1
2 changed files with 5 additions and 3 deletions

View File

@ -412,8 +412,9 @@ _EOT
resources { resources {
cpu = 10 cpu = 10
memory = 20 memory = 24
memory_max = 32
} }
} }

View File

@ -103,7 +103,8 @@ monitoring:
# Resource allocation # Resource allocation
resources: resources:
cpu: 10 cpu: 10
memory: 20 memory: 24
memory_max: 32
vault: vault:
# Vault policies to attach to the task # Vault policies to attach to the task
policies: policies: