syncing reality, been bad.

This commit is contained in:
Martyn 2026-01-27 18:29:51 +01:00
parent 25137bcfc2
commit 09108bd4c2

View file

@ -21,6 +21,9 @@ spec:
containers: containers:
- image: lmscommunity/lyrionmusicserver:9.0.4 - image: lmscommunity/lyrionmusicserver:9.0.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env:
- name: TZ
value: Europe/Berlin
livenessProbe: livenessProbe:
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
@ -68,6 +71,12 @@ spec:
- mountPath: /playlist - mountPath: /playlist
name: config name: config
subPath: playlist subPath: playlist
- mountPath: /etc/timezone
name: tzfile
subPath: localtime
- mountPath: /etc/localtime
name: tzfile
subPath: localtime
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
restartPolicy: Always restartPolicy: Always
schedulerName: default-scheduler schedulerName: default-scheduler
@ -93,6 +102,9 @@ spec:
- name: smbmusic - name: smbmusic
persistentVolumeClaim: persistentVolumeClaim:
claimName: smb-music claimName: smb-music
- name: tzfile
configMap:
name: timezone
updateStrategy: updateStrategy:
rollingUpdate: rollingUpdate:
partition: 0 partition: 0