* feat(fidi) add fireflyiii-data-importer * fix perms * add readme * Update charts/incubator/fireflyiii-data-importer/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * test rootless * add a source * Update charts/incubator/fireflyiii-data-importer/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * also add vanity URL Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
37 lines
628 B
YAML
37 lines
628 B
YAML
image:
|
|
repository: tccr.io/truecharts/fireflyiii-fidi
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.9.16@sha256:53462b22258af5dabe98919f6c0c4ebaf7bc22c597ba840320fc208f13c3a745
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
# User Defined
|
|
FIREFLY_III_ACCESS_TOKEN: ""
|
|
NORDIGEN_ID: ""
|
|
NORDIGEN_KEY: ""
|
|
SPECTRE_APP_ID: ""
|
|
SPECTRE_SECRET: ""
|
|
|
|
env:
|
|
# User Defined
|
|
FIREFLY_III_URL: ""
|
|
VANITY_URL: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10580
|
|
protocol: HTTP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|