mirror of
https://github.com/mastodon/chart
synced 2025-03-15 13:31:51 +00:00
Add extra env vars
This commit is contained in:
parent
4b6fd9f7e6
commit
1d0879b3c9
|
@ -328,3 +328,6 @@ data:
|
||||||
{{- with .Values.mastodon.metrics.statsd.address }}
|
{{- with .Values.mastodon.metrics.statsd.address }}
|
||||||
STATSD_ADDR: {{ . }}
|
STATSD_ADDR: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- range $k, $v := .Values.mastodon.extraEnvVars }}
|
||||||
|
{{ $k }}: {{ quote $v }}
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -206,6 +206,9 @@ mastodon:
|
||||||
# Sets the PREPARED_STATEMENTS environment variable: https://docs.joinmastodon.org/admin/config/#prepared_statements
|
# Sets the PREPARED_STATEMENTS environment variable: https://docs.joinmastodon.org/admin/config/#prepared_statements
|
||||||
preparedStatements: true
|
preparedStatements: true
|
||||||
|
|
||||||
|
# Additional env vars defined in all pods
|
||||||
|
extraEnvVars: {}
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user