first commit
This commit is contained in:
32
clusters/default/apps/bazarr/Values.yaml
Normal file
32
clusters/default/apps/bazarr/Values.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
name: bazarr
|
||||
namespace: prod
|
||||
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/bazarr
|
||||
tag: 1.5.2
|
||||
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
env:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Asia/Kolkata
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 500Mi
|
||||
|
||||
volumes:
|
||||
tv:
|
||||
server: 10.0.0.123
|
||||
path: /merge/series
|
||||
movies:
|
||||
server: 10.0.0.123
|
||||
path: /merge/movies
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 6767
|
||||
Reference in New Issue
Block a user