22 lines
368 B
YAML
22 lines
368 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/bazarr
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v1.2.3@sha256:fa8d7acf7a84fb3040bf03e896308880ed49c4350492a6482d4bdfa4a7ebb077
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 6767
|
||
|
protocol: http
|
||
|
targetPort: 6767
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|