-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprowlarr.yaml
56 lines (54 loc) · 1.13 KB
/
prowlarr.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
---
helm:
repo: https://bjw-s.github.io/helm-charts
chart: app-template
version: 3.4.0
backup:
pvc: "prowlarr-config"
values:
automountServiceAccountToken: false
controller:
type: statefulset
image:
repository: ghcr.io/onedr0p/prowlarr
tag: 1.21.2.4649
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 100
service:
main:
ports:
http:
port: 9696
ingress:
main:
enabled: true
ingressClassName: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: prowlarr.${SECRET_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- secretName: prowlarr-tls
hosts:
- prowlarr.${SECRET_DOMAIN}
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
persistence:
config:
enabled: true
mountPath: /config
size: 5Gi