Skip to content

Commit

Permalink
Merge pull request #566 from vishnoianil/remove-resources
Browse files Browse the repository at this point in the history
Remove resources request section- podman doesn't support out of the box
  • Loading branch information
cooktheryan authored Feb 10, 2025
2 parents 4b4487a + 72890e6 commit 8d7ca96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
12 changes: 0 additions & 12 deletions deploy/podman/github/instructlab-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ spec:
containers:
- name: pathservice
image: ghcr.io/instructlab/ui/pathservice:main
resources:
requests:
cpu: "100m"
memory: "200Mi"
ports:
- containerPort: 4000
hostPort: 4000
Expand All @@ -41,10 +37,6 @@ spec:
containers:
- name: doclingserve
image: ghcr.io/ds4sd/docling-serve-cpu:main
resources:
requests:
cpu: "100m"
memory: "200Mi"
ports:
- containerPort: 5001
hostPort: 5001
Expand All @@ -67,10 +59,6 @@ spec:
containers:
- name: ui
image: ghcr.io/instructlab/ui/ui:main
resources:
requests:
cpu: "100m"
memory: "200Mi"
env:
- name: IL_UI_DEPLOYMENT
valueFrom:
Expand Down
15 changes: 0 additions & 15 deletions deploy/podman/native/instructlab-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ spec:
containers:
- name: pathservice
image: ghcr.io/instructlab/ui/pathservice:main
resources:
requests:
cpu: "1000m"
memory: "1000Mi"
ports:
- containerPort: 4000
hostPort: 4000
Expand All @@ -41,10 +37,6 @@ spec:
containers:
- name: doclingserve
image: ghcr.io/ds4sd/docling-serve-cpu:main
resources:
requests:
cpu: "1000m"
memory: "2000Mi"
ports:
- containerPort: 5001
hostPort: 5001
Expand Down Expand Up @@ -72,13 +64,6 @@ spec:
volumeMounts:
- name: taxonomy-repo
mountPath: /tmp/.instructlab-ui
resources:
limits:
cpu: "1000m"
memory: "2000Mi"
requests:
cpu: "1000m"
memory: "2000Mi"
env:
- name: IL_UI_DEPLOYMENT
valueFrom:
Expand Down

0 comments on commit 8d7ca96

Please sign in to comment.