Skip to content

Commit ab33e9f

Browse files
committed
Use smaller resrouces
1 parent a17dc20 commit ab33e9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/azure-aks/deployment/operator.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ spec:
3838
- name: uid2-operator
3939
image: IMAGE_PLACEHOLDER
4040
resources:
41-
limits:
42-
cpu: "6"
43-
memory: "24Gi"
41+
llimits:
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)