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
|
||||
containers:
|
||||
- name: plex
|
||||
image: linuxserver/plex:latest
|
||||
image: plexinc/pms-docker:public
|
||||
env:
|
||||
- name: TZ
|
||||
value: Etc/UTC
|
||||
- name: PUID
|
||||
value: EST
|
||||
- name: PLEX_UID
|
||||
value: "1000"
|
||||
- name: PGID
|
||||
- name: PLEX_GID
|
||||
value: "1000"
|
||||
- name: VERSION
|
||||
value: docker
|
||||
ports:
|
||||
- containerPort: 32400
|
||||
- containerPort: 8234
|
||||
|
Loading…
Reference in New Issue
Block a user