File tree Expand file tree Collapse file tree 6 files changed +9
-15
lines changed
Expand file tree Collapse file tree 6 files changed +9
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616 requests :
1717 cpu : 100m
1818 memory : 200Mi
19- limits :
20- cpu : 100m
21- memory : 200Mi
2219 ports :
2320 - name : http
2421 protocol : TCP
Original file line number Diff line number Diff line change 1616 requests :
1717 cpu : 100m
1818 memory : 200Mi
19- limits :
20- cpu : 100m
21- memory : 200Mi
2219 ports :
2320 - name : http
2421 protocol : TCP
Original file line number Diff line number Diff line change 4646 cpu : " 100m"
4747 memory : " 200Mi"
4848 ports :
49- - containerPort : 5000
50- hostPort : 5000
49+ - containerPort : 5001
50+ hostPort : 5001
5151 imagePullPolicy : Always
5252---
5353apiVersion : apps/v1
Original file line number Diff line number Diff line change 4646 cpu : " 1000m"
4747 memory : " 2000Mi"
4848 ports :
49- - containerPort : 5000
50- hostPort : 5000
49+ - containerPort : 5001
50+ hostPort : 5001
5151 imagePullPolicy : Always
5252---
5353apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments