Merge pull request #23 from Niksko/task/add-timezone-value

Add timezone to values.yaml
This commit is contained in:
James Munnelly
2018-04-24 20:21:21 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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 }}"
+3
View File
@@ -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