1 parent a185ed7 commit 6d0aabfCopy full SHA for 6d0aabf
2 files changed
kubernetes/apps/bazarr/helm-release.yml
@@ -72,7 +72,17 @@ spec:
72
failureThreshold: 3
73
readiness: *probes
74
startup:
75
- enabled: false
+ enabled: true
76
+ custom: true
77
+ spec:
78
+ httpGet:
79
+ path: /api
80
+ port: *port
81
+ initialDelaySeconds: 0
82
+ periodSeconds: 10
83
+ timeoutSeconds: 1
84
+ # allow up to 5m for first-boot db migration to bind :6767
85
+ failureThreshold: 30
86
securityContext:
87
allowPrivilegeEscalation: false
88
capabilities:
kubernetes/apps/jellyfin/helm-release.yml
@@ -132,6 +132,9 @@ spec:
132
- matchLabels:
133
k8s:io.kubernetes.pod.namespace: media
134
app.kubernetes.io/name: seerr
135
+ - matchLabels:
136
+ k8s:io.kubernetes.pod.namespace: media
137
+ app.kubernetes.io/name: bazarr
138
toPorts:
139
- ports:
140
- port: "8096"
0 commit comments