Files
2026-02-14 22:35:03 +01:00

23 lines
480 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/crazyq/pt_helper
tag: latest@sha256:43a4f8707b2c95a767185fabdeb5005aac1109af62fbad74249e24471ba976a8
persistence:
data:
enabled: true
mountPath: /data
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8192
protocol: tcp
targetPort: 8192