Skip to content

Commit

Permalink
refactor: cpu 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjt4515 committed Feb 3, 2025
1 parent bb07e80 commit cc5f957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
data:
redis:
port: ${REDIS_PORT}
port: ${REDIS_PORT}
host: ${REDIS_HOST}

security:
Expand Down
2 changes: 1 addition & 1 deletion tf-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"networkMode": "bridge",
"volumes": [],
"placementConstraints": [],
"cpu": "256",
"cpu": "512",
"memory": "512",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
Expand Down

0 comments on commit cc5f957

Please sign in to comment.