Update plex to use old container image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
74e18925cb
commit
4eaefddaf2
@ -19,16 +19,14 @@ spec:
|
|||||||
kubernetes.io/hostname: gluttony
|
kubernetes.io/hostname: gluttony
|
||||||
containers:
|
containers:
|
||||||
- name: plex
|
- name: plex
|
||||||
image: linuxserver/plex:latest
|
image: plexinc/pms-docker:public
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Etc/UTC
|
value: EST
|
||||||
- name: PUID
|
- name: PLEX_UID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: PGID
|
- name: PLEX_GID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: VERSION
|
|
||||||
value: docker
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 32400
|
- containerPort: 32400
|
||||||
- containerPort: 8234
|
- containerPort: 8234
|
||||||
|
Loading…
Reference in New Issue
Block a user