Skip to content

Commit a46f727

Browse files
committed
Update docling port across openshift and podman manifests
Signed-off-by: Anil Vishnoi <[email protected]>
1 parent 79fd81c commit a46f727

File tree

6 files changed

+9
-15
lines changed

6 files changed

+9
-15
lines changed

deploy/k8s/base/doclingserve/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ spec:
1414
imagePullPolicy: Always
1515
resources:
1616
requests:
17-
cpu: 100m
18-
memory: 200Mi
17+
cpu: 1000m
18+
memory: 2000Mi
1919
ports:
2020
- name: http
2121
protocol: TCP
22-
containerPort: 5000
22+
containerPort: 5001
2323
restartPolicy: Always

deploy/k8s/base/doclingserve/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
app.kubernetes.io/instance: doclingserve
1010
app.kubernetes.io/name: doclingserve
1111
ports:
12-
- port: 5000
13-
targetPort: 5000
12+
- port: 5001
13+
targetPort: 5001

deploy/k8s/base/pathservice/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ spec:
1616
requests:
1717
cpu: 100m
1818
memory: 200Mi
19-
limits:
20-
cpu: 100m
21-
memory: 200Mi
2219
ports:
2320
- name: http
2421
protocol: TCP

deploy/k8s/base/ui/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ spec:
1616
requests:
1717
cpu: 100m
1818
memory: 200Mi
19-
limits:
20-
cpu: 100m
21-
memory: 200Mi
2219
ports:
2320
- name: http
2421
protocol: TCP

deploy/podman/github/instructlab-ui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ spec:
4646
cpu: "100m"
4747
memory: "200Mi"
4848
ports:
49-
- containerPort: 5000
50-
hostPort: 5000
49+
- containerPort: 5001
50+
hostPort: 5001
5151
imagePullPolicy: Always
5252
---
5353
apiVersion: apps/v1

deploy/podman/native/instructlab-ui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ spec:
4646
cpu: "1000m"
4747
memory: "2000Mi"
4848
ports:
49-
- containerPort: 5000
50-
hostPort: 5000
49+
- containerPort: 5001
50+
hostPort: 5001
5151
imagePullPolicy: Always
5252
---
5353
apiVersion: apps/v1

0 commit comments

Comments
 (0)