26 lines
484 B
YAML
26 lines
484 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/pt-helper
|
|
tag: latest@sha256:efe893f87aba9101e192ed935c27c8891ca124a61ad8fda1e5d3433c8ab990d3
|
|
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
|