* 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
19 lines
315 B
YAML
19 lines
315 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/bwapp
|
|
tag: latest
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|