chore(stash) remove redundant env + housekeeping **BREAKING CHANGES** (#10547)

This commit is contained in:
Xstar97TheNoob
2023-07-19 15:25:22 +02:00
committed by GitHub
parent fb66875f70
commit 3c90d1fa1b
4 changed files with 60 additions and 46 deletions
+34 -16
View File
@@ -2,23 +2,20 @@ image:
repository: tccr.io/truecharts/stash
tag: v0.21.0@sha256:0cc9317fd946f62239e1a25bf433ec222926afe51ab19371e38f17bf40aee240
pullPolicy: IfNotPresent
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 9999
persistence:
config:
enabled: true
mountPath: "/root/.stash"
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
@@ -26,7 +23,28 @@ workload:
main:
env:
STASH_PORT: "{{ .Values.service.main.ports.main.port }}"
# STASH_STASH:
# STASH_GENERATED:
# STASH_METADATA:
# STASH_CACHE:
STASH_STASH: /data
STASH_GENERATED: /generated
STASH_METADATA: /metadata
STASH_CACHE: /cache
persistence:
config:
enabled: true
mountPath: "/root/.stash"
cache:
enabled: true
mountPath: "/cache"
generated:
enabled: true
mountPath: "/generated"
metadata:
enabled: true
mountPath: "/metadata"
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true