2022-11-15 00:14:12 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/cleanarr
|
2023-01-19 09:24:43 +00:00
|
|
|
tag: 2.1.4@sha256:aef8f68ac193672192d173bfeebd457d1f36ed1f1328e1947a95a61679cfc83d
|
2022-11-15 00:14:12 +00:00
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
env:
|
|
|
|
BYPASS_SSL_VERIFY: '{{ ternary "1" "0" .Values.env.BYPASS_SSL_VERIFY_BOOL }}'
|
|
|
|
# User defined
|
|
|
|
BYPASS_SSL_VERIFY_BOOL: true
|
|
|
|
LIBRARY_NAMES: ""
|
|
|
|
PLEX_BASE_URL: ""
|
|
|
|
PLEX_TOKEN: ""
|
|
|
|
PAGE_SIZE: 50
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: HTTP
|
|
|
|
port: 10247
|
|
|
|
targetPort: 80
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|