fix(kavitaemail) fix description. (#3982)
* fix(kavitaemail) added persistence + fix description. * disable persistence * update questions Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: kavitaemail
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
appVersion: "0.1.6"
|
||||
description: Simple email relay server for the kavita.
|
||||
description: Simple email relay server for kavita.
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://truecharts.org/docs/charts/incubator/kavitaemail
|
||||
|
||||
@@ -102,8 +102,17 @@ questions:
|
||||
default: false
|
||||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: config
|
||||
label: App Config Storage
|
||||
description: Stores the Application Configuration.
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
# Include{persistenceList}
|
||||
# Include{ingressList}
|
||||
# Include{ingressRoot}
|
||||
- variable: main
|
||||
label: Main Ingress
|
||||
|
||||
@@ -29,5 +29,10 @@ service:
|
||||
port: 15003
|
||||
targetPort: 5003
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
mountPath: /app/config
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user