We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b060f59 commit 82ac6c3Copy full SHA for 82ac6c3
apps/navidrome/components/istio/istio-virtualservice.yaml
@@ -1,5 +1,5 @@
1
---
2
-apiVersion: networking.istio.io/v1alpha3
+apiVersion: networking.istio.io/v1beta1
3
kind: VirtualService
4
metadata:
5
name: navidrome
apps/navidrome/deployment.yaml
@@ -35,7 +35,7 @@ spec:
35
type: RuntimeDefault
36
containers:
37
- name: navidrome
38
- image: deluan/navidrome:0.55.2
+ image: docker.io/deluan/navidrome:0.55.2
39
imagePullPolicy: IfNotPresent
40
securityContext:
41
runAsNonRoot: true
@@ -55,6 +55,9 @@ spec:
55
cpu: 5m
56
limits:
57
memory: 512Mi
58
+ env:
59
+ - name: "SQLITE_TMPDIR"
60
+ value: "/data"
61
envFrom:
62
- configMapRef:
63
0 commit comments