image: repository: stashapp/stash tag: v0.23.1@sha256:96d4e778a9fb7199da28983413c9767617bafc69db781bf7d00cd2667344b76d pullPolicy: IfNotPresent securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 service: main: ports: main: port: 9999 workload: main: podSpec: containers: main: env: STASH_PORT: "{{ .Values.service.main.ports.main.port }}" STASH_STASH: /data STASH_GENERATED: /generated STASH_METADATA: /metadata STASH_CACHE: /cache persistence: config: enabled: true mountPath: "/root/.stash" cache: enabled: true mountPath: "/cache" generated: enabled: true mountPath: "/generated" metadata: enabled: true mountPath: "/metadata" blobs: enabled: true mountPath: "/blobs" data: enabled: true mountPath: "/data" portal: open: enabled: true