diff --git a/charts/kube-plex/templates/deployment.yaml b/charts/kube-plex/templates/deployment.yaml index 36cf26d..27f41b1 100644 --- a/charts/kube-plex/templates/deployment.yaml +++ b/charts/kube-plex/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: # port: 32400 env: - name: TZ - value: Europe/London + value: {{ .Values.timezone }} # TODO: move this to a secret? - name: PLEX_CLAIM value: "{{ .Values.claimToken }}" diff --git a/charts/kube-plex/values.yaml b/charts/kube-plex/values.yaml index fb07438..92c9096 100644 --- a/charts/kube-plex/values.yaml +++ b/charts/kube-plex/values.yaml @@ -14,6 +14,9 @@ kubePlexImage: # Override this with the plex claim token from plex.tv/claim claimToken: "" +# Set the timezone of the plex server +timezone: Europe/London + service: type: ClusterIP