-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathprowlarr.yaml
More file actions
77 lines (73 loc) · 1.85 KB
/
Copy pathprowlarr.yaml
File metadata and controls
77 lines (73 loc) · 1.85 KB
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
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s-labs/helm-charts/common-5.0.0/charts/library/common/values.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: prowlarr
namespace: media
spec:
releaseName: prowlarr
interval: 15m
chart:
spec:
# renovate: registryUrl=https://bjw-s-labs.github.io/helm-charts/
chart: app-template
version: 5.2.1
interval: 15m
sourceRef:
kind: HelmRepository
name: bjw-s-helm-charts
namespace: flux-system
values:
global:
createDefaultServiceAccount: false
controllers:
main:
strategy: Recreate
containers:
main:
image:
repository: ghcr.io/home-operations/prowlarr
pullPolicy: IfNotPresent
tag: 2.6.5.5623
env:
TZ: America/Chicago
PROWLARR__INSTANCE_NAME: Prowlarr
PROWLARR__PORT: 9696
PROWLARR__LOG_LEVEL: info
resources:
requests:
cpu: 10m
memory: 128Mi
limits:
memory: 256Mi
service:
main:
controller: main
ports:
http:
port: 9696
route:
main:
hostnames:
- prowlarr.k.${SECRET_DOMAIN}
parentRefs:
- namespace: kube-system
name: internal
sectionName: https
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
fsGroupChangePolicy: "Always"
persistence:
config:
enabled: true
existingClaim: prowlarr-config-pvc
media:
enabled: true
existingClaim: nfs-media-pvc
globalMounts:
- path: /media