Skip to content

Commit 2ef6500

Browse files
authored
fix: fix cache server start command (#872)
Signed-off-by: Rui Zhang <zrfishnoodles@gmail.com>
1 parent e92d43f commit 2ef6500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator/internal/controller/cacheserver_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func (r *CacheServerReconciler) deploymentForCacheServer(cacheServer *production
183183
Image: image,
184184
ImagePullPolicy: imagePullPolicy,
185185
Command: []string{
186-
"lmcache_experimental_server",
186+
"/opt/venv/bin/lmcache_server",
187187
"0.0.0.0",
188188
fmt.Sprintf("%d", cacheServer.Spec.Port)},
189189
Ports: []corev1.ContainerPort{

0 commit comments

Comments
 (0)