Skip to content

Commit

Permalink
fix(infra): change limits type to string for API and IRIS in stage (#…
Browse files Browse the repository at this point in the history
…1960)

Co-authored-by: Donghun Kim <[email protected]>
  • Loading branch information
donghun1214 and donghun1214 authored Aug 14, 2024
1 parent b3e1f4d commit 5815306
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ services:
deploy:
resources:
reservations:
cpus: 0.58
cpus: '0.58'
memory: 512M
limits:
cpus: 2.0
cpus: '2.0'
memory: 2G

backend-admin:
Expand All @@ -135,10 +135,10 @@ services:
deploy:
resources:
reservations:
cpus: 0.58
cpus: '0.58'
memory: 512M
limits:
cpus: 2.0
cpus: '2.0'
memory: 2G

iris:
Expand All @@ -154,7 +154,7 @@ services:
deploy:
resources:
limits:
cpus: 0.50
cpus: '0.50'
memory: 512M

promtail:
Expand Down

0 comments on commit 5815306

Please sign in to comment.