File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
kubernetes/apps/base/home-system Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133
133
<< : *container
134
134
args : [
135
135
" limiter" ,
136
- " --max-line-speed-mbps" , "10 ",
136
+ " --max-line-speed-mbps" , "40 ",
137
137
" --max-percent" , "0.8",
138
138
" --limit-percent" , "0.4",
139
139
" --interval" , "5"
Original file line number Diff line number Diff line change 43
43
app :
44
44
image :
45
45
repository : ghcr.io/home-operations/tautulli
46
- tag : 2.15.3 @sha256:3e0eaca8c082ebe121a0ae9125bea1b4e2d177fca34ac8df4ec14a28e62f63a4
46
+ tag : 2.16.0 @sha256:2a092f86a51f5718111097b0fced33eaa876b5904a543b7504f92357a4f75635
47
47
env :
48
48
TZ : Australia/Melbourne
49
49
TAUTULLI__PORT : &port 80
76
76
runAsGroup : 1000
77
77
fsGroup : 1000
78
78
fsGroupChangePolicy : OnRootMismatch
79
- seccompProfile : { type: RuntimeDefault }
80
79
service :
81
80
app :
82
81
controller : *app
90
89
existingClaim : tautulli-cache
91
90
globalMounts :
92
91
- path : /config/cache
93
- config-logs :
94
- type : emptyDir
95
- globalMounts :
96
- - path : /config/logs
97
- tmp :
92
+ tmpfs :
98
93
type : emptyDir
94
+ advancedMounts :
95
+ tautulli :
96
+ app :
97
+ - path : /config/logs
98
+ subPath : logs
99
+ - path : /tmp
100
+ subPath : tmp
You can’t perform that action at this time.
0 commit comments