generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmrelease.yaml
96 lines (96 loc) · 2.33 KB
/
helmrelease.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
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helm.toolkit.fluxcd.io/helmrelease_v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: jellyseerr
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 2.6.0
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
defaultPodOptions:
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
controllers:
main:
annotations:
reloader.stakater.com/auto: 'true'
containers:
main:
image:
repository: fallenbagel/jellyseerr
tag: 2.0.1
env:
TZ: America/Chicago
LOG_LEVEL: info
resources:
requests:
cpu: 10m
memory: 100Mi
service:
main:
ports:
http:
port: &jellyseerr-port 5055
# probes:
# liveness: &probes
# enabled: true
# custom: true
# spec:
# httpGet:
# path: /health
# port: *jellyseerr-port
# initialDelaySeconds: 0
# periodSeconds: 10
# timeoutSeconds: 1
# failureThreshold: 3
# readiness: *probes
# startup:
# enabled: false
ingress:
main:
enabled: true
annotations:
external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
nginx.ingress.kubernetes.io/custom-http-errors: "599"
hajimari.io/icon: mdi:jellyfish
hosts:
- host: &host jellyseerr.${SECRET_DOMAIN}
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
className: external
persistence:
config:
enabled: true
existingClaim: jellyseerr-config
retain: true
globalMounts:
- path: /app/config