26 lines
484 B
YAML
26 lines
484 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/pt-helper
|
|
tag: latest@sha256:159294dcbe48c8da141660cdedbeb3f04641d0bfc6d8a3438f4579cb07be2912
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8192
|
|
protocol: TCP
|
|
targetPort: 8192
|
|
|
|
portal:
|
|
enabled: true
|