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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue