25 lines
439 B
YAML
25 lines
439 B
YAML
image:
|
|
repository: tccr.io/truecharts/qinglong
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.13.3@sha256:5ed8766779161e8d20ace0f5835b20edd71570f82bcc5b9d357513a37a0313c8
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5700
|
|
port: 10176
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/ql/data"
|