backend: update tag to master-9022952
This commit is contained in:
parent
54bc8d6b20
commit
c9c9568dae
@ -2,8 +2,7 @@ backend:
|
|||||||
image:
|
image:
|
||||||
repository: harbor.dvirlabs.com/my-apps/tunedrop-backend
|
repository: harbor.dvirlabs.com/my-apps/tunedrop-backend
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: master-363337b
|
tag: master-9022952
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
@ -15,14 +14,12 @@ ingress:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
env:
|
env:
|
||||||
MUSIC_DIR: /music
|
MUSIC_DIR: /music
|
||||||
NAVIDROME_SCAN_URL: http://navidrome.my-apps.svc.cluster.local:4533/api/rescan
|
NAVIDROME_SCAN_URL: http://navidrome.my-apps.svc.cluster.local:4533/api/rescan
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /music
|
mountPath: /music
|
||||||
size: 100Gi
|
size: 100Gi
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
storageClass: nfs-client
|
storageClass: nfs-client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user