current state on a fresh install

This commit is contained in:
gilgamezh
2024-03-16 11:17:20 +01:00
commit 728f994ac8
11 changed files with 287 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
claimToken: "claim-Ku3YYmJzDB1mpyG6YD7x"
image:
repository: linuxserver/plex
tag: latest
kubePlex:
enabled: false # kubePlex (transcoder job) is disabled because not available on ARM. The transcoding will be performed by the main Plex instance instead of a separate Job.
timezone: Europe/Amsterdam
service:
type: LoadBalancer # We will use a LoadBalancer to obtain a virtual IP that can be exposed to Plex Media via our router
port: 32400 # Port to expose Plex
rbac:
create: true
nodeSelector:
beta.kubernetes.io/arch: arm64
persistence:
transcode:
claimName: "plex-transcode"
data:
claimName: "plex-data"
config:
claimName: "plex-config"
resources: {}
podAnnotations: {}
proxy:
enable: false