27 lines
457 B
YAML
27 lines
457 B
YAML
image:
|
|
repository: tccr.io/truecharts/truecommand
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.1@sha256:a77bf1fc06391fde502270b4e7a39798f4f84e6d97735402b86cb6464b3fa2dd
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10031
|
|
targetPort: 80
|
|
|
|
env: {}
|
|
# PUID: 1001
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|