File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
kubernetes/apps/media/jellyfin/app Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ spec:
3939 env :
4040 TZ : " ${TIMEZONE}"
4141 probes :
42- liveness : &probes
43- enabled : true
44- custom : true
45- spec :
46- httpGet :
47- path : /health
48- port : &port 8096
49- initialDelaySeconds : 20
50- periodSeconds : 20
51- timeoutSeconds : 1
52- failureThreshold : 5
53- readiness : *probes
42+ # liveness: &probes
43+ # enabled: true
44+ # custom: true
45+ # spec:
46+ # httpGet:
47+ # path: /health
48+ # port: &port 8096
49+ # initialDelaySeconds: 20
50+ # periodSeconds: 20
51+ # timeoutSeconds: 1
52+ # failureThreshold: 5
53+ # readiness: *probes
5454 startup :
5555 enabled : false
5656 resources :
6363 controller : main
6464 ports :
6565 http :
66- port : *port
66+ port : 8096
6767 ingress :
6868 jellyfin :
6969 className : internal
You can’t perform that action at this time.
0 commit comments