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