Fix environemtn variable string
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
ae46a24d12
commit
e8cffc7012
@ -24,9 +24,9 @@ spec:
|
|||||||
- name: TZ
|
- name: TZ
|
||||||
value: EST
|
value: EST
|
||||||
- name: PLEX_UID
|
- name: PLEX_UID
|
||||||
value: 1000
|
value: "1000"
|
||||||
- name: PLEX_GID
|
- name: PLEX_GID
|
||||||
value: 1000
|
value: "1000"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 32400
|
- containerPort: 32400
|
||||||
- containerPort: 8234
|
- containerPort: 8234
|
||||||
@ -41,10 +41,10 @@ spec:
|
|||||||
mountPath: /config
|
mountPath: /config
|
||||||
- name: plex-media
|
- name: plex-media
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
securityContext:
|
#securityContext:
|
||||||
runAsUser: 1000
|
# runAsUser: 1000
|
||||||
runAsGroup: 1000
|
# runAsGroup: 1000
|
||||||
fsGroup: 1000
|
# fsGroup: 1000
|
||||||
|
|
||||||
# Sidecar providing access to upload/view/download raw media files
|
# Sidecar providing access to upload/view/download raw media files
|
||||||
- name: filebrowswer
|
- name: filebrowswer
|
||||||
|
Loading…
Reference in New Issue
Block a user