Files
truecharts/charts/stable/qinglong/values.yaml
T
e56cf447a2 chore(deps): update docker general non-major (#2178)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-15 16:44:58 +01:00

45 lines
706 B
YAML

image:
repository: tccr.io/truecharts/qinglong
pullPolicy: IfNotPresent
tag: v2.11.3@sha256:4f57c35169a7ecb0aa266c1282d494d53ada1f0cdbfba218a216bce7680de51c
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 5700
port: 10176
persistence:
config:
enabled: true
mountPath: "/ql/config"
log:
enabled: true
mountPath: "/ql/log"
db:
enabled: true
mountPath: "/ql/db"
repo:
enabled: true
mountPath: "/ql/repo"
raw:
enabled: true
mountPath: "/ql/raw"
scripts:
enabled: true
mountPath: "/ql/scripts"