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 06:18:57 -04:00
committed by GitHub
parent 0c25e0027d
commit 0d5110fd66
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ name: noisedash
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash
- https://github.com/kaythomas0/noisedash
version: 0.0.6
version: 0.0.7
annotations:
truecharts.org/catagories: |
- media
@@ -70,6 +70,15 @@ questions:
type: dict
attrs:
# 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{persistenceList}
# Include{ingressRoot}
+4 -1
View File
@@ -21,9 +21,12 @@ service:
port: 10328
persistence:
db:
enabled: true
mountPath: /var/noisedash/db
samples:
enabled: true
mountPath: "/var/noisedash/samples"
mountPath: /var/noisedash/samples
portal:
enabled: true