29 lines
485 B
YAML
29 lines
485 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/plexripper
|
|
tag: 0.9.1@sha256:087f1d58cb963e1bbfd0c31d8fcb09f7719685e7647d668a49ebe21cbbef66c9
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7000
|
|
protocol: HTTP
|
|
targetPort: 7000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /Config
|
|
|
|
portal:
|
|
enabled: true
|