File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : jellyfin
3
3
description : The Free Software Media System
4
4
type : application
5
- version : 0.2.5
5
+ version : 0.2.6
6
6
appVersion : " release-10.10.5"
7
7
icon : " https://jellyfin.org/images/logo.svg"
8
8
dependencies :
Original file line number Diff line number Diff line change @@ -68,10 +68,17 @@ livenessProbe:
68
68
httpGet :
69
69
path : /health
70
70
port : http
71
+ initialDelaySeconds : 30
72
+ periodSeconds : 30
73
+ timeoutSeconds : 10
74
+
71
75
readinessProbe :
72
76
httpGet :
73
77
path : /health
74
78
port : http
79
+ initialDelaySeconds : 30
80
+ periodSeconds : 30
81
+ timeoutSeconds : 10
75
82
76
83
# Additional volumes on the output Deployment definition.
77
84
volumes : []
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : jellyseerr
3
3
description : Fork of overseerr for jellyfin support
4
4
type : application
5
- version : 0.2.3
5
+ version : 0.2.4
6
6
appVersion : " release-2.3.0"
7
7
icon : " https://docs.jellyseerr.dev/img/logo.svg"
8
8
dependencies :
Original file line number Diff line number Diff line change @@ -68,10 +68,17 @@ livenessProbe:
68
68
httpGet :
69
69
path : /api/v1/status
70
70
port : http
71
+ initialDelaySeconds : 30
72
+ periodSeconds : 30
73
+ timeoutSeconds : 10
74
+
71
75
readinessProbe :
72
76
httpGet :
73
77
path : /api/v1/status
74
78
port : http
79
+ initialDelaySeconds : 30
80
+ periodSeconds : 30
81
+ timeoutSeconds : 10
75
82
76
83
# Additional volumes on the output Deployment definition.
77
84
volumes : []
You can’t perform that action at this time.
0 commit comments