Files
auricom-home-cluster/cluster/media/bazarr.yaml
renovate[bot] cb310fdf98 Update Helm chart bazarr to v5.3.1 [ci-skip] (#147)
Signed-off-by: Auricom <auricom@users.noreply.github.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-10 03:00:55 +01:00

55 lines
1.2 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: bazarr
namespace: media
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: bazarr
version: 5.3.1
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
namespace: flux-system
interval: 5m
values:
controllerType: deployment
image:
repository: k8sathome/bazarr
tag: v0.9.0.7
pullPolicy: IfNotPresent
env:
TZ: "Europe/Paris"
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
persistence:
config:
enabled: true
existingClaim: bazarr-config
additionalVolumeMounts:
- name: nfs-video
mountPath: "/mnt/storage/video"
additionalVolumes:
- name: nfs-video
persistentVolumeClaim:
claimName: nfs-video
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
resources:
requests:
memory: 500Mi
cpu: 500m
limits:
memory: 1500Mi
valuesFrom:
- kind: ConfigMap
name: helmrelease-media-bazarr