Merge pull request #23 from Niksko/task/add-timezone-value
Add timezone to values.yaml
This commit is contained in:
@@ -57,7 +57,7 @@ spec:
|
|||||||
# port: 32400
|
# port: 32400
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/London
|
value: "{{ .Values.timezone }}"
|
||||||
# TODO: move this to a secret?
|
# TODO: move this to a secret?
|
||||||
- name: PLEX_CLAIM
|
- name: PLEX_CLAIM
|
||||||
value: "{{ .Values.claimToken }}"
|
value: "{{ .Values.claimToken }}"
|
||||||
|
|||||||
@@ -14,6 +14,9 @@ kubePlexImage:
|
|||||||
# Override this with the plex claim token from plex.tv/claim
|
# Override this with the plex claim token from plex.tv/claim
|
||||||
claimToken: ""
|
claimToken: ""
|
||||||
|
|
||||||
|
# Set the timezone of the plex server
|
||||||
|
timezone: Europe/London
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user