-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
120 lines (117 loc) · 3.38 KB
/
Copy pathhelmrelease.yaml
File metadata and controls
120 lines (117 loc) · 3.38 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
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
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-5.0.1/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: plex
namespace: plex
spec:
chart:
spec:
chart: app-template
version: 5.0.1
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: flux-system
name: bjw-s
interval: 1h
driftDetection:
mode: enabled
values:
controllers:
plex:
containers:
app:
image:
repository: ghcr.io/home-operations/plex
tag: 1.43.3.10828@sha256:0c0b6899339503af17cb190b25af6acf10f0030e2820985e16ee14ef428f49d7
pullPolicy: IfNotPresent
env:
TZ: America/Chicago
PLEX_PURGE_CODECS: "true"
resources:
requests:
gpu.intel.com/i915: 1
memory: 100Mi
limits:
gpu.intel.com/i915: 1
memory: 4Gi
probes:
liveness: &probe
enabled: true
type: HTTP
path: /identity
readiness: *probe
startup:
<<: *probe
spec:
failureThreshold: 30
periodSeconds: 5
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: {drop: [ALL]}
pod:
labels:
policy.gabe565.com/egress-world: "true"
policy.gabe565.com/ingress-envoy-public: "true"
policy.gabe565.com/ingress-home-assistant: "true"
policy.gabe565.com/ingress-world: "true"
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
fsGroup: 65534
fsGroupChangePolicy: OnRootMismatch
seccompProfile: {type: RuntimeDefault}
persistence:
config:
suffix: config
storageClass: longhorn-ssd
accessMode: ReadWriteOnce
size: 16Gi
retain: true
data:
type: nfs
server: 192.168.1.240
path: /volume1/media
tmp:
type: emptyDir
sizeLimit: 32Gi
globalMounts:
- path: /tmp
subPath: tmp
- path: /config/Library/Application Support/Plex Media Server/Cache
subPath: Cache
- path: /config/Library/Application Support/Plex Media Server/Logs
subPath: Logs
service:
plex:
controller: plex
type: LoadBalancer
loadBalancerIP: 192.168.1.223
externalTrafficPolicy: Local
ports:
http:
port: 32400
route:
plex:
parentRefs:
- namespace: envoy-gateway-system
name: public
hostnames:
- ${app_url}
rules:
- backendRefs:
- identifier: plex
- matches:
- path:
type: Exact
value: /
filters:
- type: RequestRedirect
requestRedirect:
statusCode: 302
path:
type: ReplaceFullPath
replaceFullPath: /web/index.html