We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7904f93 + 1878742 commit ce39598Copy full SHA for ce39598
charts/workload-variant-autoscaler/templates/vllm-servicemonitor.yaml
@@ -3,7 +3,7 @@ apiVersion: monitoring.coreos.com/v1
3
kind: ServiceMonitor
4
metadata:
5
name: vllm-servicemonitor
6
- namespace: {{ .Release.Namespace }}
+ namespace: {{ .Values.llmd.namespace }}
7
labels:
8
llm-d.ai/model: {{ .Values.llmd.modelName }}
9
openshift.io/user-monitoring: "true"
0 commit comments