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"