Skip to content

Commit b071f31

Browse files
authored
Merge pull request #31 from MichaelClifford/ocp
updated streamlit deployment image and env name
2 parents 970b02c + c58334b commit b071f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/streamlit-client/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
volumeMounts:
3232
- mountPath: /etc/tls/private
3333
name: proxy-tls
34-
- image: quay.io/michaelclifford/streamlit_client:0.2.0
34+
- image: quay.io/michaelclifford/streamlit_client:0.3.0
3535
imagePullPolicy: IfNotPresent
3636
name: streamlit-client
3737
ports:
@@ -40,7 +40,7 @@ spec:
4040
- containerPort: 8501
4141
protocol: TCP
4242
env:
43-
- name: REMOTE_BASE_URL
43+
- name: LLAMA_STACK_ENDPOINT
4444
value: 'http://llamastack-server.llama-serve.svc.cluster.local:8321'
4545
volumes:
4646
- name: proxy-tls

0 commit comments

Comments
 (0)