Skip to content

Commit

Permalink
Derped memory requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed May 22, 2022
1 parent 98d3183 commit a89877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
-e 's|{{ internal_api_user }}|${{ secrets.INTERNAL_API_USER }}|' \
-e 's|{{ internal_api_pass }}|${{ secrets.INTERNAL_API_PASS }}|' \
-e 's|{{ request_cpu }}|1100m|' \
-e 's|{{ request_mem }}|0.3Gi|' \
-e 's|{{ request_mem }}|0.25Gi|' \
-e 's|{{ limit_cpu }}|1500m|' \
-e 's|{{ limit_mem }}|0.25Gi|' \
provisioning/k8s/application-pc.yml
Expand Down

0 comments on commit a89877d

Please sign in to comment.