2021-10-25 12:19:09 +00:00
image :
# -- image repository
2021-12-04 20:11:53 +00:00
repository : tccr.io/truecharts/stash
2021-10-25 12:19:09 +00:00
# -- image tag
2021-11-16 09:10:13 +00:00
tag : v0.11.0@sha256:8ce5c582a35c7ad8db0ef9e0bcfeb03bccfa1bc7e8432f36ec572f8e5a2fc97d
2021-10-25 12:19:09 +00:00
# -- 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
2021-11-07 16:24:13 +00:00
targetPort : 9999
2021-10-25 12:19:09 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
config :
enabled : true
2021-11-15 23:31:22 +00:00
mountPath : "/root/.stash"