Skip to content

Commit 6556bc1

Browse files
committed
Use smaller resrouces
1 parent a17dc20 commit 6556bc1

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: "6"
43-
memory: "24Gi"
42+
cpu: '2'
43+
memory: 2Gi
4444
requests:
45-
cpu: "6"
46-
memory: "24Gi"
45+
cpu: 250m
46+
memory: 256Mi
4747
imagePullPolicy: Always
4848
securityContext:
4949
runAsUser: 1000

0 commit comments

Comments
 (0)