feat: Add Plex
This commit is contained in:
parent
93889fa1d4
commit
ebc1a1a21a
9 changed files with 185 additions and 0 deletions
9
k8s-wheatley/plex/configmap.yaml
Normal file
9
k8s-wheatley/plex/configmap.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: plex-envs
|
||||
data:
|
||||
PLEX_UID: "1000"
|
||||
PLEX_GID: "1000"
|
||||
TZ: Europe/Amsterdam
|
||||
Loading…
Add table
Add a link
Reference in a new issue