fix(noisedash) add persistence (#4222)

* fix(noisedash) add persistence

* remove config persistence

* cleanup

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-10-28 13:18:57 +03:00
committed by GitHub
co-authored by Stavros Kois
parent 0c25e0027d
commit 0d5110fd66
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ name: noisedash
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash - https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash
- https://github.com/kaythomas0/noisedash - https://github.com/kaythomas0/noisedash
version: 0.0.6 version: 0.0.7
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -70,6 +70,15 @@ questions:
type: dict type: dict
attrs: attrs:
# Include{persistenceBasic} # Include{persistenceBasic}
# Include{persistenceAdvanced}
- variable: db
label: App DB Storage
description: Stores the Application DB.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceAdvanced} # Include{persistenceAdvanced}
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot} # Include{ingressRoot}
+4 -1
View File
@@ -21,9 +21,12 @@ service:
port: 10328 port: 10328
persistence: persistence:
db:
enabled: true
mountPath: /var/noisedash/db
samples: samples:
enabled: true enabled: true
mountPath: "/var/noisedash/samples" mountPath: /var/noisedash/samples
portal: portal:
enabled: true enabled: true