3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 10:52:44 +00:00

feat: add configurable timezone (#42)

Co-authored-by: Tim Campbell <timetinytim@gmail.com>
This commit is contained in:
Paolo Mainardi 2024-04-18 16:20:45 +02:00 committed by GitHub
parent d6d3f428a3
commit 349f76c610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -28,3 +28,6 @@ elasticsearch:
replicaCount: 1
ingest:
replicaCount: 1
# -- Timezone for all pods unless overwritten
timezone: UTC

View File

@ -383,3 +383,7 @@ data:
{{- else }}
CACHE_BUSTER_ENABLED: "false"
{{- end }}
{{- with .Values.timezone }}
TZ: {{ . | quote }}
{{- end }}

View File

@ -599,6 +599,9 @@ tolerations: []
# -- Affinity for all pods unless overwritten
affinity: {}
# -- Timezone for all pods unless overwritten
timezone: UTC
# -- Topology Spread Constraints for all pods unless overwritten
# Please note that you need to use `matchLabelKeys` (Kubernetes 1.25+) if you
# want to spread each deployment independently, or override topologySpreadConstraints