Skip to content

Commit

Permalink
Increased CPU for PS4US and EU
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed May 22, 2022
1 parent a89877d commit 0dbc897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-production.yml
Expand Up @@ -105,9 +105,9 @@ jobs:
-e 's|{{ redis_db }}|1|' \
-e 's|{{ internal_api_user }}|${{ secrets.INTERNAL_API_USER }}|' \
-e 's|{{ internal_api_pass }}|${{ secrets.INTERNAL_API_PASS }}|' \
-e 's|{{ request_cpu }}|50m|' \
-e 's|{{ request_cpu }}|100m|' \
-e 's|{{ request_mem }}|0.15Gi|' \
-e 's|{{ limit_cpu }}|150m|' \
-e 's|{{ limit_cpu }}|200m|' \
-e 's|{{ limit_mem }}|0.25Gi|' \
provisioning/k8s/application-ps4eu.yml
Expand All @@ -125,9 +125,9 @@ jobs:
-e 's|{{ redis_db }}|1|' \
-e 's|{{ internal_api_user }}|${{ secrets.INTERNAL_API_USER }}|' \
-e 's|{{ internal_api_pass }}|${{ secrets.INTERNAL_API_PASS }}|' \
-e 's|{{ request_cpu }}|100m|' \
-e 's|{{ request_cpu }}|250m|' \
-e 's|{{ request_mem }}|0.15Gi|' \
-e 's|{{ limit_cpu }}|200m|' \
-e 's|{{ limit_cpu }}|400m|' \
-e 's|{{ limit_mem }}|0.25Gi|' \
provisioning/k8s/application-ps4us.yml
Expand Down

0 comments on commit 0dbc897

Please sign in to comment.