Skip to content

Commit

Permalink
Merge pull request #551 from IABTechLab/tjm-UID2-3334-change-containe…
Browse files Browse the repository at this point in the history
…r-cpu

Gave the skr container more cpu and memory
  • Loading branch information
thomasm-ttd authored May 8, 2024
2 parents 2ee06ac + 36df76d commit ae6d27d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/azure-cc/deployment/operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
],
"resources": {
"requests": {
"cpu": 3.9,
"memoryInGB": 15.9
"cpu": 3.5,
"memoryInGB": 15.5
}
},
"environmentVariables": [
Expand Down Expand Up @@ -136,8 +136,8 @@
],
"resources": {
"requests": {
"cpu": 0.1,
"memoryInGB": 0.1
"cpu": 0.5,
"memoryInGB": 0.5
}
},
"environmentVariables": [
Expand Down

0 comments on commit ae6d27d

Please sign in to comment.