-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelmrelease-node.yaml
More file actions
76 lines (72 loc) · 1.84 KB
/
helmrelease-node.yaml
File metadata and controls
76 lines (72 loc) · 1.84 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
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: tdarr-node
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.7.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 4
driftDetection:
mode: enabled
values:
controllers:
tdarr-node:
type: daemonset
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
image:
repository: ghcr.io/haveagitgat/tdarr_node
tag: 2.70.01
env:
TZ: ${TIMEZONE}
PUID: 1000
PGID: 1000
serverIP: tdarr.default.svc.cluster.local
serverPort: 8266
ffmpegPath: "/usr/local/bin/ffmpeg"
nodeName:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
resources:
requests:
cpu: 100m
memory: 400Mi
limits:
memory: 4Gi
defaultPodOptions:
securityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [44]
seccompProfile: { type: RuntimeDefault }
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"
persistence:
media:
type: nfs
server: ${SECRET_NAS_IP}
path: /volume1/Media
globalMounts:
- path: /Media