mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Add configuration to use extra arguments with dendrite command
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
3c67ac35ff
commit
7fcc389474
|
|
@ -56,6 +56,9 @@ spec:
|
||||||
args:
|
args:
|
||||||
- '--config'
|
- '--config'
|
||||||
- '/etc/dendrite/dendrite.yaml'
|
- '/etc/dendrite/dendrite.yaml'
|
||||||
|
{{- with .Values.extraArgs }}
|
||||||
|
{{- toYaml . | nindent 10 }}
|
||||||
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8008
|
containerPort: 8008
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,9 @@ persistence:
|
||||||
# GKE, AWS & OpenStack)
|
# GKE, AWS & OpenStack)
|
||||||
storageClass:
|
storageClass:
|
||||||
|
|
||||||
|
# -- Add additional arguments to the dendrite command
|
||||||
|
extraArgs: []
|
||||||
|
|
||||||
# -- Add additional volumes to the Dendrite Pod
|
# -- Add additional volumes to the Dendrite Pod
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
# ex.
|
# ex.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue