File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ resources:
77- metrics-reader-token.yaml
88- prometheus-metrics-reader-binding.yaml
99
10+ configMapGenerator :
11+ - envs :
12+ - params.env
13+ name : wva-parameters
14+ generatorOptions :
15+ disableNameSuffixHash : true
16+
1017patches :
1118- path : configmap-patch.yaml
1219 target :
@@ -29,4 +36,17 @@ patches:
2936 kind : ServiceMonitor
3037 name : controller-manager-metrics-monitor
3138
39+ replacements :
40+ - source :
41+ kind : ConfigMap
42+ version : v1
43+ name : wva-parameters
44+ fieldPath : data.wva-controller-image
45+ targets :
46+ - select :
47+ kind : Deployment
48+ name : controller-manager
49+ fieldPaths :
50+ - spec.template.spec.containers.[name=manager].image
51+
3252namespace : workload-variant-autoscaler-system
Original file line number Diff line number Diff line change 1+ wva-controller-image = ghcr.io/llm-d/llm-d-workload-variant-autoscaler:v0.6-0
You can’t perform that action at this time.
0 commit comments