40 lines
800 B
YAML
40 lines
800 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/plexripper/plexripper
|
|
tag: 0.31.1@sha256:28eb2c5151092601b6c1e61cb0dce92b7dc3264490ffe3db8b858ce169ebb2cc
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 7000
|
|
port: 7000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /Config
|
|
downloads:
|
|
enabled: true
|
|
mountPath: /Downloads
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|