-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
802 lines (785 loc) · 25.6 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
# Default values for flex.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# The desired number of running replicas for Flex.
# Default: "1"
replicaCount: ""
# Container images used for Flex.
image:
# Bazarr container image configurations.
# Source: https://github.com/linuxserver/docker-bazarr/pkgs/container/bazarr
bazarr:
# The registry where the Bazarr container image is hosted.
# Default: "lscr.io"
registry: ""
# The name of the repository that contains the Bazarr container image used.
# Default: "linuxserver/bazarr"
repository: ""
# The tag that specifies the version of the Bazarr container image used.
# Default: "v1.4.2-ls239"
tag: ""
# The policy that determines when Kubernetes should pull the Bazarr container image.
# Default: "IfNotPresent"
pullPolicy: ""
# FlareSolverr container image configurations.
# Source: https://github.com/FlareSolverr/FlareSolverr/pkgs/container/flaresolverr
flaresolverr:
# The registry where the FlareSolverr container image is hosted.
# Default: "ghcr.io"
registry: ""
# The name of the repository that contains the FlareSolverr container image used.
# Default: "flaresolverr/flaresolverr"
repository: ""
# The tag that specifies the version of the FlareSolverr container image used.
# Default: "v3.3.14-hotfix2"
tag: ""
# The policy that determines when Kubernetes should pull the FlareSolverr container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Init container image configurations.
# Source: https://hub.docker.com/_/busybox
init:
# The registry where the Init container image is hosted.
# Default: "docker.io"
registry: ""
# The name of the repository that contains the Init container image used.
# Default: "busybox"
repository: ""
# The tag that specifies the version of the Init container image used.
# Default: "1.36.1"
tag: ""
# The policy that determines when Kubernetes should pull the Init container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Jackett container image configurations.
# Source: https://github.com/linuxserver/docker-jackett/pkgs/container/jackett
jackett:
# The registry where the Jackett container image is hosted.
# Default: "lscr.io"
registry: ""
# The name of the repository that contains the Jackett container image used.
# Default: "linuxserver/jackett"
repository: ""
# The tag that specifies the version of the Jackett container image used.
# Default: "v0.21.1792-ls311"
tag: ""
# The policy that determines when Kubernetes should pull the Jackett container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Overseerr container image configurations.
# Source: https://github.com/linuxserver/docker-overseerr/pkgs/container/overseerr
overseerr:
# The registry where the Overseerr container image is hosted.
# Default: "lscr.io"
registry: ""
# The name of the repository that contains the Overseerr container image used.
# Default: "linuxserver/overseerr"
repository: ""
# The tag that specifies the version of the Overseerr container image used.
# Default: "v1.33.2-ls95"
tag: ""
# The policy that determines when Kubernetes should pull the Overseerr container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Plex container image configurations.
# Source: https://hub.docker.com/r/plexinc/pms-docker
plex:
# The registry where the Plex container image is hosted.
# Default: "index.docker.io"
registry: ""
# The name of the repository that contains the Plex container image used.
# Default: "plexinc/pms-docker"
repository: ""
# The tag that specifies the version of the Plex container image used.
# Default: Chart appVersion
tag: ""
# The policy that determines when Kubernetes should pull the Plex container image.
# Default: "IfNotPresent"
pullPolicy: ""
# qBittorrent container image configurations.
# Source: https://github.com/linuxserver/docker-qbittorrent/pkgs/container/qbittorrent
qbt:
# The registry where the qBittorrent container image is hosted.
# Default: "lscr.io"
registry: ""
# The name of the repository that contains the qBittorrent container image used.
# Default: "linuxserver/qbittorrent"
repository: ""
# The tag that specifies the version of the qBittorrent container image used.
# Default: "4.6.3-r0-ls314"
tag: ""
# The policy that determines when Kubernetes should pull the qBittorrent container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Radarr container image configurations.
# Source: https://github.com/linuxserver/docker-radarr/pkgs/container/radarr
radarr:
# The registry where the Radarr container image is hosted.
# Default: "lscr.io"
registry: ""
# The name of the repository that contains the Radarr container image used.
# Default: "linuxserver/radarr"
repository: ""
# The tag that specifies the version of the Radarr container image used.
# Default: "5.3.6.8612-ls204"
tag: ""
# The policy that determines when Kubernetes should pull the Radarr container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Sonarr container image configurations.
# Source: https://github.com/linuxserver/docker-sonarr/pkgs/container/sonarr
sonarr:
# The registry where the Sonarr container image is hosted.
# Default: "lscr.io"
registry: ""
# The name of the repository that contains the Sonarr container image used.
# Default: "linuxserver/sonarr"
repository: ""
# The tag that specifies the version of the Sonarr container image used.
# Default: "4.0.1.929-ls226"
tag: ""
# The policy that determines when Kubernetes should pull the Sonarr container image.
# Default: "IfNotPresent"
pullPolicy: ""
# Credentials used to securely authenticate and authorise the pulling of container images from private registries.
# Example:
# imagePullSecrets:
# - name: "ghcr-token-secret"
imagePullSecrets: []
# Global configurations.
global:
# Custom init script to run before the Flex containers start.
# Example:
# initScript: >-
# echo "Hello, World!"
# echo "This is a custom init script."
initScript: ""
# The user ID used to run the Flex containers.
# Default: "1000"
# Example:
# uid: ""
uid: ""
# The group ID used to run the Flex containers.
# Default: "1000"
# Example:
# gid: ""
gid: ""
# Bazarr configurations.
bazarr:
# The amount of persistent storage allocated for the Bazarr data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the Bazarr server.
# Example:
# domain: "bazarr.example.com"
domain: ""
# Specifies whether Bazarr should be deployed or excluded in case an external Bazarr server is used.
# Example:
# enabled: false
enabled: true
# Specifies whether Bazarr should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the Bazarr container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# FlareSolverr configurations.
flaresolverr:
# Specifies whether FlareSolverr should be deployed or excluded in case an external FlareSolverr server is used.
# Example:
# enabled: false
enabled: true
# Specifies whether to log all HTML that passes through the proxy.
# Default: "false"
# Example:
# logHtml: "true"
logHtml: ""
# The verbosity level of the FlareSolverr logs.
# Default: "info"
# Example:
# logLevel: "debug"
logLevel: ""
# The timezone used in the FlareSolverr logs and web browser.
# Default: "UTC"
# Example:
# timezone: "Asia/Kuala_Lumpur"
timezone: ""
# Optional custom configurations to be mounted as a file inside the FlareSolverr container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# Jackett configurations.
jackett:
# Specifies whether to allow Jackett to automatically update itself inside the container.
# Example:
# autoUpdate: false
autoUpdate: true
# The amount of persistent storage allocated for the Jackett data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the Jackett server.
# Example:
# domain: "jackett.example.com"
domain: ""
# Specifies whether Jackett should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the Jackett container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# Overseerr configurations.
overseerr:
# The amount of persistent storage allocated for the Overseerr data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the Overseerr server.
# Example:
# domain: "overseerr.example.com"
domain: ""
# Specifies whether Overseerr should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the Overseerr container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# Plex configurations.
plex:
# The secret claim token used to claim ownership of the Plex server. Get it from https://www.plex.tv/claim.
# Example:
# claim: "claim-bW419gvogwjNfYCowOGa"
claim: ""
# The amount of persistent storage allocated for the Plex data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the Plex server.
# Example:
# domain: "plex.example.com"
domain: ""
# Specifies whether Plex should be deployed or excluded in case an external Plex server is used.
# Example:
# enabled: false
enabled: true
# Specifies whether Plex should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the Plex container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# qBittorrent configurations.
qbt:
# The amount of persistent storage allocated for the qBittorrent data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the qBittorrent server.
# Example:
# domain: "qbt.example.com"
domain: ""
# Specifies whether qBittorrent should be deployed or excluded in case an external qBittorrent server is used.
# Example:
# enabled: false
enabled: true
# Specifies whether qBittorrent should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the qBittorrent container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# Radarr configurations.
radarr:
# The amount of persistent storage allocated for the Radarr data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the Radarr server.
# Example:
# domain: "radarr.example.com"
domain: ""
# Specifies whether Radarr should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the Radarr container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# Sonarr configurations.
sonarr:
# The amount of persistent storage allocated for the Sonarr data storage.
# Example:
# dataStorage: "10Gi"
dataStorage: ""
# The ingress domain name that hosts the Sonarr server.
# Example:
# domain: "sonarr.example.com"
domain: ""
# Specifies whether Sonarr should be hosted using an Ingress.
# Example:
# ingress: true
ingress: false
# Optional custom configurations to be mounted as a file inside the Sonarr container.
# Example:
# customConfigs:
# - mountPath: "/config"
# subPath: "config.xml"
# config: >-
# <Config>
# <BindAddress>*</BindAddress>
# <Port>8989</Port>
# <SslPort>9898</SslPort>
# </Config>
customConfigs: []
# Ingress configurations.
ingress:
# Specifies whether Ingress should be enabled for hosting Flex services.
# Example:
# enabled: true
enabled: false
# The name of the cluster issuer for Ingress.
# Default: "letsencrypt-dns-prod"
clusterIssuer: ""
# Additional configuration annotations to be added to the Ingress resource.
# Example:
# customAnnotations:
# # The prefix of the annotation.
# # Default: "nginx.ingress.kubernetes.io"
# # Example:
# # - prefix: "nginx.org"
# - prefix: ""
# # The name of the annotation.
# # Example:
# # name: "proxy-connect-timeout"
# name: ""
# # The value of the annotation.
# # Example:
# # value: "120"
# value: ""
customAnnotations: []
# Service configurations.
service:
# The type of service used for Flex services.
# Default: "ClusterIP"
# Example:
# type: "NodePort"
type: ""
# Storage configurations.
storage:
# Data storage configurations.
data:
# Specifies whether persistent storage should be provisioned for data storage.
# Example:
# enabled: false
enabled: true
# The path where the data storage should be mounted on the container.
# Default: "/config"
# Example:
# mountPath: "/data"
mountPath: ""
# The subpath within the data storage to mount to the container. Leave empty if not required.
# Example:
# subPath: "Config"
subPath: ""
# The default amount of persistent storage allocated for each data storage.
# Default: "1Gi"
# Example:
# storage: "1Gi"
storage: ""
# The storage class name used for dynamically provisioning a persistent volume for the data storage.
# Default: "longhorn"
# Example:
# storageClassName: "longhorn"
storageClassName: ""
# Downloads storage configurations.
downloads:
# Specifies whether persistent storage should be provisioned for downloads storage.
# Example:
# enabled: true
enabled: false
# The path where the downloads storage should be mounted on the container.
# Default: "/downloads"
# Example:
# mountPath: "/files"
mountPath: ""
# The subpath within the downloads storage to mount to the container. Leave empty if not required.
# Example:
# subPath: "Flex/Downloads"
subPath: ""
# Specifies whether to use an SMB share for the downloads storage.
# Example:
# smb: true
smb: false
# The amount of persistent storage allocated for the downloads storage. This setting is ignored if SMB is enabled for said storage.
# Default: "1Gi"
# Example:
# storage: "1Gi"
storage: ""
# The storage class name used for dynamically provisioning a persistent volume for the downloads storage. This setting is ignored if SMB is enabled for said storage.
# Default: "longhorn"
# Example:
# storageClassName: "longhorn"
storageClassName: ""
# Global storage configurations.
global:
# Specifies whether persistent storage should be provisioned for global storage. This storage will override the downloads and media storage.
# Example:
# enabled: false
enabled: true
# The path where the global storage should be mounted on the container.
# Default: "/flex"
# Example:
# mountPath: "/global"
mountPath: ""
# The subpath within the global storage to mount to the container. Leave empty if not required.
# Example:
# subPath: "Flex"
subPath: ""
# Specifies whether to use an SMB share for the global storage.
# Example:
# smb: true
smb: false
# The amount of persistent storage allocated for the global storage. This setting is ignored if SMB is enabled for said storage.
# Default: "1Gi"
# Example:
# storage: "1Gi"
storage: ""
# The storage class name used for dynamically provisioning a persistent volume for the global storage. This setting is ignored if SMB is enabled for said storage.
# Default: "longhorn"
# Example:
# storageClassName: "longhorn"
storageClassName: ""
# Media storage configurations.
media:
# Specifies whether persistent storage should be provisioned for media storage.
# Example:
# enabled: true
enabled: false
# The path where the media storage should be mounted on the container.
# Default: "/data"
# Example:
# mountPath: "/media"
mountPath: ""
# The subpath within the media storage to mount to the container. Leave empty if not required.
# Example:
# subPath: "Flex/Media"
subPath: ""
# Specifies whether to use an SMB share for the media storage.
# Example:
# smb: true
smb: false
# The amount of persistent storage allocated for the media storage. This setting is ignored if SMB is enabled for said storage.
# Default: "1Gi"
# Example:
# storage: "1Gi"
storage: ""
# The storage class name used for dynamically provisioning a persistent volume for the media storage. This setting is ignored if SMB is enabled for said storage.
# Default: "longhorn"
# Example:
# storageClassName: "longhorn"
storageClassName: ""
# SMB storage configurations.
smb:
# Specifies whether to enable persistent storage to be provisioned in the form of an SMB share.
# Example:
# enabled: true
enabled: false
# The additional mount options used to mount the SMB share volume.
# Example:
# mountOptions:
# - "_netdev"
# - "nofail"
# - "vers=3.0"
# - "iocharset=utf8"
mountOptions: []
# The amount of persistent storage available on the SMB share volume.
# Default: "100Gi"
# Example:
# pvStorage: "10Gi"
pvStorage: ""
# The amount of persistent storage allocated for the SMB share storage.
# Default: "1Gi"
# Example:
# pvcStorage: "500Mi"
pvcStorage: ""
# The name of the existing secret containing the credentials used to authenticate with the SMB share.
# Default: "smbcreds"
# Example:
# secretName: "smb-secret"
secretName: ""
# The namespace where the secret containing the credentials used to authenticate with the SMB share is located.
# Default: "default"
# Example:
# secretNamespace: "smb"
secretNamespace: ""
# The SMB share address and name to mount as a persistent volume.
# Example:
# share: "//192.168.0.123/mynas"
share: ""
# The storage class name used for dynamically provisioning a persistent volume for the SMB share storage.
# Default: "smb"
# Example:
# storageClassName: "smb"
storageClassName: ""
# Resource requirements and limits for Flex containers.
resources:
# Bazarr container resources.
# Example:
# bazarr:
# # The minimum amount of resources required by Bazarr to run.
# requests:
# # The minimum amount of CPU resources required by Bazarr.
# # Example:
# # cpu: "10m"
# cpu: "500m"
# # The minimum amount of memory required by Bazarr.
# # Example:
# # memory: "10Mi"
# memory: "300Mi"
# # The maximum amount of resources allowed for Bazarr.
# limits:
# # The maximum amount of CPU resources allowed for Bazarr.
# # Example:
# # cpu: "250m"
# cpu: "1000m"
# # The maximum amount of memory allowed for Bazarr.
# # Example:
# # memory: "250Mi"
# memory: "400Mi"
bazarr: {}
# FlareSolverr container resources.
# Example:
# flaresolverr:
# # The minimum amount of resources required by FlareSolverr to run.
# requests:
# # The minimum amount of CPU resources required by FlareSolverr.
# # Example:
# # cpu: "10m"
# cpu: "200m"
# # The minimum amount of memory required by FlareSolverr.
# # Example:
# # memory: "10Mi"
# memory: "300Mi"
# # The maximum amount of resources allowed for FlareSolverr.
# limits:
# # The maximum amount of CPU resources allowed for FlareSolverr.
# # Example:
# # cpu: "250m"
# cpu: "300m"
# # The maximum amount of memory allowed for FlareSolverr.
# # Example:
# # memory: "250Mi"
# memory: "500Mi"
flaresolverr: {}
# Jackett container resources.
# Example:
# jackett:
# # The minimum amount of resources required by Jackett to run.
# requests:
# # The minimum amount of CPU resources required by Jackett.
# # Example:
# # cpu: "10m"
# cpu: "300m"
# # The minimum amount of memory required by Jackett.
# # Example:
# # memory: "10Mi"
# memory: "300Mi"
# # The maximum amount of resources allowed for Jackett.
# limits:
# # The maximum amount of CPU resources allowed for Jackett.
# # Example:
# # cpu: "250m"
# cpu: "500m"
# # The maximum amount of memory allowed for Jackett.
# # Example:
# # memory: "250Mi"
# memory: "500Mi"
jackett: {}
# Overseerr container resources.
# Example:
# overseerr:
# # The minimum amount of resources required by Overseerr to run.
# requests:
# # The minimum amount of CPU resources required by Overseerr.
# # Example:
# # cpu: "10m"
# cpu: "400m"
# # The minimum amount of memory required by Overseerr.
# # Example:
# # memory: "10Mi"
# memory: "250Mi"
# # The maximum amount of resources allowed for Overseerr.
# limits:
# # The maximum amount of CPU resources allowed for Overseerr.
# # Example:
# # cpu: "250m"
# cpu: "600m"
# # The maximum amount of memory allowed for Overseerr.
# # Example:
# # memory: "250Mi"
# memory: "400Mi"
overseerr: {}
# Plex container resources.
# Example:
# plex:
# # The minimum amount of resources required by Plex to run.
# requests:
# # The minimum amount of CPU resources required by Plex.
# # Example:
# # cpu: "10m"
# cpu: "500m"
# # The minimum amount of memory required by Plex.
# # Example:
# # memory: "10Mi"
# memory: "300Mi"
# # The maximum amount of resources allowed for Plex.
# limits:
# # The maximum amount of CPU resources allowed for Plex.
# # Example:
# # cpu: "250m"
# cpu: "1000m"
# # The maximum amount of memory allowed for Plex.
# # Example:
# # memory: "250Mi"
# memory: "600Mi"
plex: {}
# qBittorrent container resources.
# Example:
# qbt:
# # The minimum amount of resources required by qBittorrent to run.
# requests:
# # The minimum amount of CPU resources required by qBittorrent.
# # Example:
# # cpu: "10m"
# cpu: "100m"
# # The minimum amount of memory required by qBittorrent.
# # Example:
# # memory: "10Mi"
# memory: "100Mi"
# # The maximum amount of resources allowed for qBittorrent.
# limits:
# # The maximum amount of CPU resources allowed for qBittorrent.
# # Example:
# # cpu: "250m"
# cpu: "200m"
# # The maximum amount of memory allowed for qBittorrent.
# # Example:
# # memory: "250Mi"
# memory: "200Mi"
qbt: {}
# Radarr container resources.
# Example:
# radarr:
# # The minimum amount of resources required by Radarr to run.
# requests:
# # The minimum amount of CPU resources required by Radarr.
# # Example:
# # cpu: "10m"
# cpu: "300m"
# # The minimum amount of memory required by Radarr.
# # Example:
# # memory: "10Mi"
# memory: "300Mi"
# # The maximum amount of resources allowed for Radarr.
# limits:
# # The maximum amount of CPU resources allowed for Radarr.
# # Example:
# # cpu: "250m"
# cpu: "500m"
# # The maximum amount of memory allowed for Radarr.
# # Example:
# # memory: "250Mi"
# memory: "500Mi"
radarr: {}
# Sonarr container resources.
# Example:
# sonarr:
# # The minimum amount of resources required by Sonarr to run.
# requests:
# # The minimum amount of CPU resources required by Sonarr.
# # Example:
# # cpu: "10m"
# cpu: "300m"
# # The minimum amount of memory required by Sonarr.
# # Example:
# # memory: "10Mi"
# memory: "300Mi"
# # The maximum amount of resources allowed for Sonarr.
# limits:
# # The maximum amount of CPU resources allowed for Sonarr.
# # Example:
# # cpu: "250m"
# cpu: "500m"
# # The maximum amount of memory allowed for Sonarr.
# # Example:
# # memory: "250Mi"
# memory: "500Mi"
sonarr: {}