Skip to content

Commit

Permalink
Merge pull request #1414 from todor-ivanov/MSUnmerged_Resourcelimits
Browse files Browse the repository at this point in the history
Update MSUnmerged resource limits
  • Loading branch information
arooshap authored Sep 20, 2023
2 parents de3836a + b132a24 commit cac5e31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions kubernetes/cmsweb/services/reqmgr2ms-unmerged-t1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ spec:
- sudo chmod 0777 /data/srv/logs/reqmgr2ms; sudo chown _reqmgr2ms:_reqmgr2ms /data/srv/logs/reqmgr2ms
#PROD# resources:
#PROD# requests:
#PROD# memory: "250Mi"
#PROD# cpu: "200m"
#PROD# memory: "1Gi"
#PROD# cpu: "1000m"
#PROD# limits:
#PROD# memory: "750Mi"
#PROD# memory: "2Gi"
#PROD# cpu: "1000m"
livenessProbe:
exec:
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/cmsweb/services/reqmgr2ms-unmerged-t2t3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ spec:
- sudo chmod 0777 /data/srv/logs/reqmgr2ms; sudo chown _reqmgr2ms:_reqmgr2ms /data/srv/logs/reqmgr2ms
#PROD# resources:
#PROD# requests:
#PROD# memory: "250Mi"
#PROD# cpu: "200m"
#PROD# memory: "1Gi"
#PROD# cpu: "1000m"
#PROD# limits:
#PROD# memory: "750Mi"
#PROD# memory: "2Gi"
#PROD# cpu: "1000m"
livenessProbe:
exec:
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/cmsweb/services/reqmgr2ms-unmerged-t2t3us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ spec:
- sudo chmod 0777 /data/srv/logs/reqmgr2ms; sudo chown _reqmgr2ms:_reqmgr2ms /data/srv/logs/reqmgr2ms
#PROD# resources:
#PROD# requests:
#PROD# memory: "500Mi"
#PROD# cpu: "200m"
#PROD# limits:
#PROD# memory: "1Gi"
#PROD# cpu: "1000m"
#PROD# limits:
#PROD# memory: "2Gi"
#PROD# cpu: "1000m"
livenessProbe:
exec:
Expand Down

0 comments on commit cac5e31

Please sign in to comment.