image: # -- image repository repository: xtrendence/cryptofolio # -- image tag tag: V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e # -- 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 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 mountPath: /data