Skip to content

Commit 8d7ca96

Browse files
authored
Merge pull request #566 from vishnoianil/remove-resources
Remove resources request section- podman doesn't support out of the box
2 parents 4b4487a + 72890e6 commit 8d7ca96

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

deploy/podman/github/instructlab-ui.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ spec:
1515
containers:
1616
- name: pathservice
1717
image: ghcr.io/instructlab/ui/pathservice:main
18-
resources:
19-
requests:
20-
cpu: "100m"
21-
memory: "200Mi"
2218
ports:
2319
- containerPort: 4000
2420
hostPort: 4000
@@ -41,10 +37,6 @@ spec:
4137
containers:
4238
- name: doclingserve
4339
image: ghcr.io/ds4sd/docling-serve-cpu:main
44-
resources:
45-
requests:
46-
cpu: "100m"
47-
memory: "200Mi"
4840
ports:
4941
- containerPort: 5001
5042
hostPort: 5001
@@ -67,10 +59,6 @@ spec:
6759
containers:
6860
- name: ui
6961
image: ghcr.io/instructlab/ui/ui:main
70-
resources:
71-
requests:
72-
cpu: "100m"
73-
memory: "200Mi"
7462
env:
7563
- name: IL_UI_DEPLOYMENT
7664
valueFrom:

deploy/podman/native/instructlab-ui.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ spec:
1515
containers:
1616
- name: pathservice
1717
image: ghcr.io/instructlab/ui/pathservice:main
18-
resources:
19-
requests:
20-
cpu: "1000m"
21-
memory: "1000Mi"
2218
ports:
2319
- containerPort: 4000
2420
hostPort: 4000
@@ -41,10 +37,6 @@ spec:
4137
containers:
4238
- name: doclingserve
4339
image: ghcr.io/ds4sd/docling-serve-cpu:main
44-
resources:
45-
requests:
46-
cpu: "1000m"
47-
memory: "2000Mi"
4840
ports:
4941
- containerPort: 5001
5042
hostPort: 5001
@@ -72,13 +64,6 @@ spec:
7264
volumeMounts:
7365
- name: taxonomy-repo
7466
mountPath: /tmp/.instructlab-ui
75-
resources:
76-
limits:
77-
cpu: "1000m"
78-
memory: "2000Mi"
79-
requests:
80-
cpu: "1000m"
81-
memory: "2000Mi"
8267
env:
8368
- name: IL_UI_DEPLOYMENT
8469
valueFrom:

0 commit comments

Comments
 (0)