Files
truecharts/charts/stable/cryptofolio/values.yaml
T
2d331d15ca chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-03 10:44:21 +01:00

37 lines
865 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/cryptofolio
# -- image tag
tag: v2.2.0@sha256:e77706dd4748dbdf2665cb53434802a3c2ef85f3d9b1ca809f2615b15758f3d0
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- environment variables. See more environment variables in the [cryptofolio documentation](https://cryptofolio.org/docs).
# @default -- See below
env:
# -- Set the container timezone
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10007
targetPort: 80
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
data:
enabled: true
mountPath: "/data"