24 lines
471 B
YAML
24 lines
471 B
YAML
image:
|
|
repository: tccr.io/truecharts/qinglong
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.15.16@sha256:d16d86c272162d6b4e65a063ac75c95cc3405d5f3d10a84fa5dab3f0a0e60496
|
|
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
|