Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SKDKannan committed May 16, 2018
1 parent ff088f4 commit 77b0d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aimmo-game-creator/game_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ def _create_game_rc(self, id, environment_variables):
"name": "aimmo-game",
"resources": {
"limits": {
"cpu": "1000m",
"cpu": "300m",
"memory": "128Mi",
},
"requests": {
"cpu": "100m",
"cpu": "10m",
"memory": "64Mi",
},
},
Expand Down

0 comments on commit 77b0d14

Please sign in to comment.