Skip to content

Commit

Permalink
Merge pull request #3186 from uw-it-aca/f/hxt
Browse files Browse the repository at this point in the history
Inc pool sizes after winter quarter start
  • Loading branch information
fanglinfang authored Jan 10, 2025
2 parents 378543b + e110e22 commit 6641540
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker/prod-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ targetAverageUtilization: 100
resources:
limits:
cpu: 1.0
memory: 1.0Gi
memory: 1152Mi
requests:
cpu: 256m
memory: 0.6Gi
cpu: 384m
memory: 768Mi
affinity:
podsSpanNodes: true
ingress:
Expand Down Expand Up @@ -238,7 +238,7 @@ environmentVariables:
- name: CANVAS_TIMEOUT
value: "60"
- name: CANVAS_POOL_SIZE
value: "15"
value: "25"

- name: CODA_ENV
value: PROD
Expand Down Expand Up @@ -266,14 +266,14 @@ environmentVariables:
- name: GWS_TIMEOUT
value: "5"
- name: GWS_POOL_SIZE
value: "30"
value: "50"

- name: HFS_ENV
value: PROD
- name: HFS_TIMEOUT
value: "5"
- name: HFS_POOL_SIZE
value: "30"
value: "40"

- name: IASYSTEM_UW_ENV
value: PROD
Expand Down Expand Up @@ -313,7 +313,7 @@ environmentVariables:
- name: LIBCURRICS_ENV
value: PROD
- name: LIBCURRICS_POOL_SIZE
value: "20"
value: "30"
- name: LIBCURRICS_TIMEOUT
value: "7"

Expand Down Expand Up @@ -345,7 +345,7 @@ environmentVariables:
- name: PWS_TIMEOUT
value: "10"
- name: PWS_POOL_SIZE
value: "30"
value: "50"

- name: SDBMYUW_ENV
value: PROD
Expand Down Expand Up @@ -374,7 +374,7 @@ environmentVariables:
- name: UWNETID_ENV
value: PROD
- name: UWNETID_POOL_SIZE
value: "30"
value: "40"
- name: UWNETID_TIMEOUT
value: "10"

Expand Down

0 comments on commit 6641540

Please sign in to comment.