We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dd717 commit 29fad63Copy full SHA for 29fad63
helm/templates/deployment-cache-server.yaml
@@ -35,9 +35,9 @@ spec:
35
{{- if eq .Values.cacheserverSpec.tag "latest-nightly" }}
36
- "/opt/venv/bin/lmcache_server"
37
{{- else if eq .Values.cacheserverSpec.tag "latest" }}
38
- - "/opt/venv/bin/lmcache_experimental_server"
+ - "/opt/venv/bin/lmcache_v0_server"
39
{{- else }}
40
- - "lmcache_experimental_server"
+ - "lmcache_v0_server"
41
{{- end }}
42
- "0.0.0.0"
43
- "{{ .Values.cacheserverSpec.containerPort }}"
0 commit comments