Skip to content

Commit 93ad193

Browse files
committed
update aks and azure cpu and memeory requriements to align
1 parent 60903a1 commit 93ad193

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

scripts/azure-aks/deployment/operator.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ spec:
3939
image: IMAGE_PLACEHOLDER
4040
resources:
4141
limits:
42-
memory: "8Gi"
42+
cpu: "6"
43+
memory: "24Gi"
44+
requests:
45+
cpu: "6"
46+
memory: "24Gi"
4347
imagePullPolicy: Always
4448
securityContext:
4549
runAsUser: 1000

scripts/azure-cc/deployment/operator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
],
117117
"resources": {
118118
"requests": {
119-
"cpu": 3.5,
120-
"memoryInGB": 15.5
119+
"cpu": 6,
120+
"memoryInGB": 24
121121
}
122122
},
123123
"environmentVariables": [

0 commit comments

Comments
 (0)