Skip to content

Commit b68b8a2

Browse files
authored
Add several emptyDir locations for chatisa (#319)
1 parent ce67c98 commit b68b8a2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

charts-private/chatisa/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: chatisa
33
description: OSC chatisa web service
44
type: application
5-
version: 0.1.0
5+
version: 0.2.0
66
appVersion: v4.3.0
77
maintainers:
88
- name: treydock
99
dependencies:
1010
- name: webservice
11-
version: 0.37.1
11+
version: 0.38.0
1212
repository: https://osc.github.io/osc-helm-charts/
1313
# repository: file://../../charts/webservice

charts-private/chatisa/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ webservice:
3535
env:
3636
- name: STREAMLIT_BROWSER_GATHER_USAGE_STATS
3737
value: 'false'
38+
mounts:
39+
emptyDir:
40+
temp: /app/temp
41+
export: /app/export
42+
logs: /app/logs
3843
startupProbe:
3944
httpGet:
4045
path: /healthz

0 commit comments

Comments
 (0)