41 lines
988 B
YAML
41 lines
988 B
YAML
image:
|
|
# -- image repository
|
|
repository: tccr.io/truecharts/stash
|
|
# -- image tag
|
|
tag: v0.12.0@sha256:c0d53cb429b0aa6f0718b87d7c5c11fe030ae0540b31c9b72ac1c4fc3da7f19f
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
# -- environment variables. See more environment variables in the [stashapp documentation](https://raw.githubusercontent.com/stashapp/stash/master/docker/production/docker-compose.yml)
|
|
# @default -- See below
|
|
env:
|
|
# -- Set the container port
|
|
STASH_PORT: 9999
|
|
# STASH_STASH:
|
|
# STASH_GENERATED:
|
|
# STASH_METADATA:
|
|
# STASH_CACHE:
|
|
|
|
# -- Configures service settings for the chart.
|
|
# @default -- See values.yaml
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9999
|
|
targetPort: 9999
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/root/.stash"
|