matrix-synapse: Improve example values
This commit is contained in:
parent
a2b7629450
commit
d1b069ac7c
1 changed files with 3 additions and 1 deletions
|
@ -128,6 +128,7 @@ synapse:
|
||||||
##
|
##
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# prometheus.io/scrape: "true"
|
# prometheus.io/scrape: "true"
|
||||||
|
# prometheus.io/path: /_synapse/metrics
|
||||||
# prometheus.io/port: 9090
|
# prometheus.io/port: 9090
|
||||||
|
|
||||||
## Labels to apply to the main Synapse pod.
|
## Labels to apply to the main Synapse pod.
|
||||||
|
@ -208,6 +209,7 @@ workers:
|
||||||
##
|
##
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# prometheus.io/scrape: "true"
|
# prometheus.io/scrape: "true"
|
||||||
|
# prometheus.io/path: /_synapse/metrics
|
||||||
# prometheus.io/port: 9090
|
# prometheus.io/port: 9090
|
||||||
|
|
||||||
## Additional environment variables to add to the worker.
|
## Additional environment variables to add to the worker.
|
||||||
|
@ -216,7 +218,7 @@ workers:
|
||||||
# - name: USE_JEMALLOC
|
# - name: USE_JEMALLOC
|
||||||
# value: "1"
|
# value: "1"
|
||||||
# - name: SYNAPSE_CACHE_FACTOR
|
# - name: SYNAPSE_CACHE_FACTOR
|
||||||
# value: "2"
|
# value: "1.0"
|
||||||
|
|
||||||
## Additional volume mounts to add to the worker.
|
## Additional volume mounts to add to the worker.
|
||||||
## Useful for the media repo.
|
## Useful for the media repo.
|
||||||
|
|
Loading…
Reference in a new issue