Set a memory_max resource

This commit is contained in:
Daniel Berteaud 2024-03-22 16:56:04 +01:00
parent 3cba61bb73
commit b4b6efd98c
2 changed files with 4 additions and 2 deletions

View File

@ -433,8 +433,9 @@ _EOF
resources {
cpu = 500
memory = 256
cpu = 500
memory = 256
memory_max = 300
}
}

View File

@ -15,6 +15,7 @@ traefik:
resources:
cpu: 500
memory: 256
memory_max: 300
# Number of traefik instances
count: 2