syncing reality, been bad.
This commit is contained in:
parent
25137bcfc2
commit
09108bd4c2
1 changed files with 12 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ spec:
|
|||
containers:
|
||||
- image: lmscommunity/lyrionmusicserver:9.0.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
value: Europe/Berlin
|
||||
livenessProbe:
|
||||
failureThreshold: 10
|
||||
httpGet:
|
||||
|
|
@ -68,6 +71,12 @@ spec:
|
|||
- mountPath: /playlist
|
||||
name: config
|
||||
subPath: playlist
|
||||
- mountPath: /etc/timezone
|
||||
name: tzfile
|
||||
subPath: localtime
|
||||
- mountPath: /etc/localtime
|
||||
name: tzfile
|
||||
subPath: localtime
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
|
|
@ -93,6 +102,9 @@ spec:
|
|||
- name: smbmusic
|
||||
persistentVolumeClaim:
|
||||
claimName: smb-music
|
||||
- name: tzfile
|
||||
configMap:
|
||||
name: timezone
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
partition: 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue