Skip to content

Commit

Permalink
Merge pull request #36 from ocadotechnology/incidents-PFI3YFR
Browse files Browse the repository at this point in the history
fix: increase requested memory for mirror-hostess
  • Loading branch information
stuart-warren authored Feb 12, 2019
2 parents f5f99f6 + 2eee578 commit 184332d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirroroperator/registrymirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def generate_daemon_set(self, daemon_set):
image_pull_policy="Always",
resources=client.V1ResourceRequirements(
requests={
"memory": "32Mi", "cpu": "0.001"
"memory": "64Mi", "cpu": "0.001"
},
limits={"memory": "128Mi", "cpu": "0.1"},
),
Expand Down

0 comments on commit 184332d

Please sign in to comment.