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:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user