Skip to content

Commit 76825c7

Browse files
committed
adding more sizes
1 parent a87a821 commit 76825c7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bootstrap/rhoai-configuration/odhdashboardconfig.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ spec:
3636
limits:
3737
cpu: '400m'
3838
memory: 400Mi
39+
- name: Still Quite Tiny
40+
resources:
41+
requests:
42+
cpu: '100m'
43+
memory: 100Mi
44+
limits:
45+
cpu: '800m'
46+
memory: 800Mi
3947
- name: Less Tiny
4048
resources:
4149
requests:
@@ -76,6 +84,14 @@ spec:
7684
requests:
7785
cpu: '6'
7886
memory: 6Gi
87+
- name: Plus Plus
88+
resources:
89+
limits:
90+
cpu: '8'
91+
memory: 16Gi
92+
requests:
93+
cpu: '6'
94+
memory: 6Gi
7995
templateOrder: []
8096

8197

0 commit comments

Comments
 (0)