Files
auricom-home-cluster/kubernetes/apps/default/lms/app/helmrelease.yaml
2024-06-17 00:32:45 +02:00

109 lines
2.7 KiB
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app lms
namespace: default
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.2.1
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
controllers:
lms:
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
image:
repository: toertel/logitech-media-server
tag: v8.4.0-1@sha256:07dde462237c0618034c9d2db33967f5bc0db34544558e8edaac32ef0614555a
env:
AUDIO_DIR: &music /var/mnt/vol1/music
PLAYLIST_DIR: &playlist /var/mnt/vol1/music/.lms
resources:
requests:
memory: 250Mi
cpu: 15m
limits:
memory: 4096Mi
service:
app:
controller: *app
type: LoadBalancer
loadBalancerIP: 192.168.169.116
externalTrafficPolicy: Local
ports:
http:
port: 9000
cli:
enabled: true
port: 9090
protocol: TCP
slimproto:
enabled: true
port: 3483
protocol: TCP
slimproto-udp:
enabled: true
port: 3483
protocol: UDP
ingress:
app:
enabled: true
className: nginx
annotations:
hajimari.io/icon: mdi:file-music
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: *app
globalMounts:
- path: /srv/squeezebox
music:
type: nfs
server: 192.168.9.10
path: *music
globalMounts:
- path: *music
music-helene:
type: nfs
server: 192.168.9.10
path: /var/mnt/vol1/home/helene/Musique
globalMounts:
- path: /var/mnt/vol1/home/helene/Musique
playlists:
type: nfs
server: 192.168.9.10
path: *playlist
globalMounts:
- path: *playlist