Files
truecharts/charts/incubator/plexripper/values.yaml
T
6dc738d048 fix(plexripper) cleanup gui and code BREAKING CHANGES removed persistence of extra dirs. (#6610)
* fix(plexripper) cleanup gui and code

* fix protocol

* fix persistence

* update tag

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-02 23:33:19 +00:00

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