dip quotas yaml add

This commit is contained in:
ychangkim
2026-06-18 15:23:09 +09:00
parent 6805aa652f
commit a55427730e
39 changed files with 2780 additions and 0 deletions
@@ -0,0 +1,29 @@
small:
starrocksOperator:
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi
medium:
starrocksOperator:
resources:
requests:
cpu: 1000m
memory: 2Gi
limits:
cpu: 2000m
memory: 4Gi
large:
starrocksOperator:
resources:
requests:
cpu: 2000m
memory: 4Gi
limits:
cpu: 4000m
memory: 8Gi