Skip to content

Commit 13afeab

Browse files
author
Olivier Giorgis
committed
[auto] add streamlit-demo service
1 parent 97db434 commit 13afeab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/streamlit-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2626

27-
version: 0.0.4
27+
version: 0.0.5
2828

2929
dependencies:
3030
- name: library-chart

charts/streamlit-demo/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ spec:
119119
image: "{{ .Values.service.image.version }}"
120120
{{- end }}
121121
command: ["/bin/sh","-c"]
122-
args: ["{{ .Values.init.standardInitPath }} sudo rm -rf /home/onyxia/.jupyter & voila /srv/app.ipynb --Voila.ip='0.0.0.0' --port=8888 --no-browser"]
122+
args: ["{{ .Values.init.standardInitPath }} sudo rm -rf /home/onyxia/.jupyter & streamlit run /srv/app.py --server.port 8888 --server.headless true --server.address 0.0.0.0"]
123123
imagePullPolicy: {{ .Values.service.image.pullPolicy }}
124124
env:
125125
- name: KUBERNETES_POD_NAME

0 commit comments

Comments
 (0)