This repository was archived by the owner on Oct 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
charts/llm-d/templates/modelservice Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 5858 {{- include "common.tplvalues.render" ( dict "value" .Values.modelservice.tolerations "context" $) | nindent 8 }}
5959 {{- end }}
6060 containers :
61- - args :
61+ - name : manager
62+ command :
63+ - /manager
64+ - run
65+ args :
6266 - --leader-elect=false
6367 - --health-probe-bind-address=:8081
6468 - --epp-cluster-role
6771 - {{ include "common.images.renderImagePullSecretsString" (dict "images" (list .Values.modelservice.epp.image) "context" $) }}
6872 - --pd-pull-secrets
6973 - {{ include "common.images.renderImagePullSecretsString" (dict "images" (list .Values.modelservice.vllm.image) "context" $) }}
70- command :
71- - /manager
7274 image : {{ include "modelservice.image" . }}
7375 imagePullPolicy : {{ .Values.modelservice.image.imagePullPolicy }}
7476 {{- if .Values.modelservice.containerSecurityContext }}
8183 port : 8081
8284 initialDelaySeconds : 15
8385 periodSeconds : 20
84- name : manager
8586 readinessProbe :
8687 httpGet :
8788 path : /readyz
Original file line number Diff line number Diff line change @@ -77,6 +77,18 @@ rules:
7777 - get
7878 - list
7979 - watch
80+ - apiGroups :
81+ - gateway.networking.k8s.io
82+ resources :
83+ - httproutes
84+ verbs :
85+ - create
86+ - delete
87+ - get
88+ - list
89+ - patch
90+ - update
91+ - watch
8092- apiGroups :
8193 - inference.networking.x-k8s.io
8294 resources :
You can’t perform that action at this time.
0 commit comments