feat: all cpus reservations to 0.1
This commit is contained in:
@@ -29,10 +29,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${KIBANA_CPU_LIMIT:-1.00}
|
||||
cpus: ${KIBANA_CPU_LIMIT:-1.0}
|
||||
memory: ${KIBANA_MEMORY_LIMIT:-1G}
|
||||
reservations:
|
||||
cpus: ${KIBANA_CPU_RESERVATION:-0.25}
|
||||
cpus: ${KIBANA_CPU_RESERVATION:-0.1}
|
||||
memory: ${KIBANA_MEMORY_RESERVATION:-512M}
|
||||
healthcheck:
|
||||
test: [CMD-SHELL, 'curl -f http://localhost:5601/api/status || exit 1']
|
||||
|
||||
Reference in New Issue
Block a user