39 lines
691 B
YAML
39 lines
691 B
YAML
|
# Default values for Bazarr.
|
||
|
|
||
|
image:
|
||
|
repository: ghcr.io/k8s-at-home/bazarr
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.9.9@sha256:889f97670f5af6b39896a89c76652e346693b446bc9097988ff8eb32141fc38f
|
||
|
|
||
|
securityContext:
|
||
|
privileged: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
allowPrivilegeEscalation: true
|
||
|
runAsNonRoot: true
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 568
|
||
|
runAsGroup: 568
|
||
|
fsGroup: 568
|
||
|
supplementalGroups: []
|
||
|
fsGroupChangePolicy: "OnRootMismatch"
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 6767
|
||
|
|
||
|
env: {}
|
||
|
# TZ: UTC
|
||
|
# PUID: 1001
|
||
|
# PGID: 1001
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
type: pvc
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: "100Gi"
|