36 lines
817 B
YAML
36 lines
817 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: selexin/cleanarr
|
|
tag: v2.5.1@sha256:dd627df235e3e72082ec930e3cc21400fcfd6abe9d48c2d695a3f1f9d00f040c
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10247
|
|
protocol: http
|
|
targetPort: 80
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BYPASS_SSL_VERIFY: '{{ ternary "1" "0" .Values.workload.main.podSpec.containers.main.env.BYPASS_SSL_VERIFY_BOOL}}'
|
|
BYPASS_SSL_VERIFY_BOOL: "true"
|
|
LIBRARY_NAMES: ""
|
|
PAGE_SIZE: "50"
|
|
PLEX_BASE_URL: ""
|
|
PLEX_TOKEN: ""
|