Files
truecharts/charts/dev/btdex/values.yaml
Kjeld Schouten-Lebbing e9b99e14fe feat(apps): Unraid Port - B (#2440)
* feat(apps): Unraid Port - B

* fix some weirdness

* more fixes

* fixes

* use tccr and cleanup a bit

* fix some tests

* remove botdarr

* remove another non-easily-working thing
2022-04-07 17:40:12 +00:00

27 lines
490 B
YAML

env:
DISPLAY_HEIGHT: 800|900|1050
DISPLAY_WIDTH: 1440|1680
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/btdex
tag: latest
persistence:
btdex:
enabled: true
mountPath: /opt/btdex/cache
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 5800
protocol: TCP
targetPort: 8080