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
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/barcodebuddy
|
||||
tag: latest
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8450
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
Reference in New Issue
Block a user