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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-05 13:22:07 +02:00

30 lines
524 B
YAML

image:
repository: tccr.io/truecharts/stash
tag: v0.16.0@sha256:d47c03b5bafa09a08e2a495d95015cab8537da5ec079d6484c7598a7464ff038
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"