Skip to content

Commit cc691a4

Browse files
committed
Use big resources
1 parent 9d54027 commit cc691a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/azure-aks/deployment/operator.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ spec:
3939
image: IMAGE_PLACEHOLDER
4040
resources:
4141
limits:
42-
cpu: '2'
43-
memory: 2Gi
42+
cpu: "6"
43+
memory: "24Gi"
4444
requests:
45-
cpu: 250m
46-
memory: 256Mi
45+
cpu: "6"
46+
memory: "24Gi"
4747
imagePullPolicy: Always
4848
securityContext:
4949
runAsUser: 1000

0 commit comments

Comments
 (0)