File tree 2 files changed +0
-27
lines changed
2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 15
15
containers :
16
16
- name : pathservice
17
17
image : ghcr.io/instructlab/ui/pathservice:main
18
- resources :
19
- requests :
20
- cpu : " 100m"
21
- memory : " 200Mi"
22
18
ports :
23
19
- containerPort : 4000
24
20
hostPort : 4000
41
37
containers :
42
38
- name : doclingserve
43
39
image : ghcr.io/ds4sd/docling-serve-cpu:main
44
- resources :
45
- requests :
46
- cpu : " 100m"
47
- memory : " 200Mi"
48
40
ports :
49
41
- containerPort : 5001
50
42
hostPort : 5001
67
59
containers :
68
60
- name : ui
69
61
image : ghcr.io/instructlab/ui/ui:main
70
- resources :
71
- requests :
72
- cpu : " 100m"
73
- memory : " 200Mi"
74
62
env :
75
63
- name : IL_UI_DEPLOYMENT
76
64
valueFrom :
Original file line number Diff line number Diff line change 15
15
containers :
16
16
- name : pathservice
17
17
image : ghcr.io/instructlab/ui/pathservice:main
18
- resources :
19
- requests :
20
- cpu : " 1000m"
21
- memory : " 1000Mi"
22
18
ports :
23
19
- containerPort : 4000
24
20
hostPort : 4000
41
37
containers :
42
38
- name : doclingserve
43
39
image : ghcr.io/ds4sd/docling-serve-cpu:main
44
- resources :
45
- requests :
46
- cpu : " 1000m"
47
- memory : " 2000Mi"
48
40
ports :
49
41
- containerPort : 5001
50
42
hostPort : 5001
72
64
volumeMounts :
73
65
- name : taxonomy-repo
74
66
mountPath : /tmp/.instructlab-ui
75
- resources :
76
- limits :
77
- cpu : " 1000m"
78
- memory : " 2000Mi"
79
- requests :
80
- cpu : " 1000m"
81
- memory : " 2000Mi"
82
67
env :
83
68
- name : IL_UI_DEPLOYMENT
84
69
valueFrom :
You can’t perform that action at this time.
0 commit comments