24 lines
471 B
YAML
24 lines
471 B
YAML
image:
|
|
repository: tccr.io/truecharts/qinglong
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.15.15@sha256:d8a28e563abb9963359bacd268554bda0cf84ae07dcf6371a788fe1b14a36d6a
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5700
|
|
port: 10176
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/ql/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|