2021-09-26 18:24:58 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-10-20 23:30:01 +00:00
|
|
|
repository: xtrendence/cryptofolio
|
|
|
|
# -- image tag
|
|
|
|
tag: V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e
|
2021-09-26 18:24:58 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
securityContext:
|
2021-10-20 23:30:01 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2021-09-26 18:24:58 +00:00
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-10-20 23:30:01 +00:00
|
|
|
# -- environment variables. See more environment variables in the [cryptofolio documentation](https://cryptofolio.org/docs).
|
2021-09-26 18:24:58 +00:00
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
2021-10-20 23:30:01 +00:00
|
|
|
mountPath: /data
|