# yaml-language-server: $schema=./values.schema.json image: repository: dumbwareio/dumbassets pullPolicy: IfNotPresent tag: 1.0.11@sha256:1bbe3a1c4aa404f3cbd9641cbf7ef24dfd3f4f09a92570eecc88d48de31517ab service: main: ports: main: port: 3000 targetPort: 3000 workload: main: podSpec: containers: main: env: # NODE_ENV: production # DEBUG: false # SITE_TITLE: DumbAssets # BASE_URL: http://localhost:3000 # DUMBASSETS_PIN: 1234 # ALLOWED_ORIGINS: * # APPRISE_URL: - # CURRENCY_CODE: USD # CURRENCY_LOCALE: en-US # DEMO_MODE: false persistence: data: enabled: true mountPath: /app/data assets: enabled: true mountPath: /app/public/assets type: emptyDir