Files
truecharts/charts/stable/stash/values.yaml
T
TrueCharts Bot e3b5269604 chore(deps): update docker general non-major (#4189)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-26 08:43:15 +03:00

33 lines
548 B
YAML

image:
repository: tccr.io/truecharts/stash
tag: 0.17.2@sha256:1a63ca85a687f3a4603606824987b972d9d997eb651954ad72613636bc5423b0
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
STASH_PORT: "{{ .Values.service.main.ports.main.port }}"
# STASH_STASH:
# STASH_GENERATED:
# STASH_METADATA:
# STASH_CACHE:
service:
main:
ports:
main:
port: 9999
persistence:
config:
enabled: true
mountPath: "/root/.stash"
portal:
enabled: true