Commit 1c7fdde9 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Restringe límite de cpu

See merge request redmic-project/gateway/traefik!3
parents 39cf88eb d322e60a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ services:
        traefik.port: '8080'
      resources:
        limits:
          cpus: '${RESOURCES_LIMITS_CPUS:-2}'
          cpus: '${RESOURCES_LIMITS_CPUS:-1}'
          memory: ${RESOURCES_LIMITS_MEMORY:-128M}
        reservations:
          cpus: '${RESOURCES_RESERVATIONS_CPUS:-0.001}'