2022-11-15 00:14:12 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/stash
|
2022-11-30 19:26:48 +00:00
|
|
|
tag: 0.18.0@sha256:46e25f05c2ddb922dff19eaacc8e872778c81b1f56c85de4dc77d8571666924b
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|