2021-07-01 18:26:22 +00:00
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/stash
2021-07-01 18:26:22 +00:00
# -- image tag
2022-03-17 08:15:06 +00:00
tag : v0.13.0@sha256:7d0fefa89e4332350cea40611f1a67c5c7f3cb42124613bd4126e7f2f7ef1393
2021-07-01 18:26:22 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
2021-09-26 18:05:21 +00:00
securityContext :
runAsNonRoot : false
podSecurityContext :
runAsUser : 0
runAsGroup : 0
2021-07-01 18:26:22 +00:00
# -- 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-06 21:55:18 +00:00
targetPort : 9999
2021-07-01 18:26:22 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
config :
2021-08-29 12:02:17 +00:00
enabled : true
2021-11-14 19:19:16 +00:00
mountPath : "/root/.stash"