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 ce67c98 commit b68b8a2Copy full SHA for b68b8a2
charts-private/chatisa/Chart.yaml
@@ -2,12 +2,12 @@ apiVersion: v2
2
name: chatisa
3
description: OSC chatisa web service
4
type: application
5
-version: 0.1.0
+version: 0.2.0
6
appVersion: v4.3.0
7
maintainers:
8
- name: treydock
9
dependencies:
10
- name: webservice
11
- version: 0.37.1
+ version: 0.38.0
12
repository: https://osc.github.io/osc-helm-charts/
13
# repository: file://../../charts/webservice
charts-private/chatisa/values.yaml
@@ -35,6 +35,11 @@ webservice:
35
env:
36
- name: STREAMLIT_BROWSER_GATHER_USAGE_STATS
37
value: 'false'
38
+ mounts:
39
+ emptyDir:
40
+ temp: /app/temp
41
+ export: /app/export
42
+ logs: /app/logs
43
startupProbe:
44
httpGet:
45
path: /healthz
0 commit comments