fix(cleanarr): cleanup Cleanarr (#3330)

* feat(kitchenowl): add kitchenownl

* add backend image

* add icon

* update images

* fixup cleanarr

* root

* fix var

* remove kitchenowl until there is a way to change ports for back and front
This commit is contained in:
Stavros Kois
2022-07-28 18:12:11 +03:00
committed by GitHub
parent f20276bad5
commit 598aad2492
5 changed files with 43 additions and 41 deletions
+19 -14
View File
@@ -1,28 +1,33 @@
env:
BYPASS_SSL_VERIFY: ""
LIBRARY_NAMES: ""
PLEX_BASE_URL: ""
PLEX_TOKEN: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cleanarr
tag: latest@sha256:4c1d5e10372fc89e675ec7e2dcc588b05f9450f36f7dec1ce26026b087abc449
persistence:
config:
enabled: true
mountPath: /frontend
tag: v2.1.3@sha256:bdc34c5c58197977ca557aeee075b050b5da8c09c594443cd14c4cdec123775e
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:
enabled: true
ports:
main:
enabled: true
port: 5000
protocol: TCP
protocol: HTTP
port: 10247
targetPort: 80
persistence:
config:
enabled: true
mountPath: /config