matrix-sliding-sync

matrix-sliding-sync

matrix-sliding-sync

Version: 0.2.2 Type: application AppVersion: 0.99.19

Proxy implementation of MSC3575’s sync protocol.

Maintainers

NameEmailUrl
WrenIXhttps://wrenix.eu

Usage

Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:

helm pull oci://codeberg.org/wrenix/helm-charts/matrix-sliding-sync

You can install a chart release using the following command:

helm install matrix-sliding-sync-release oci://codeberg.org/wrenix/helm-charts/matrix-sliding-sync --values values.yaml

To uninstall a chart release use helm’s delete command:

helm uninstall matrix-sliding-sync-release

Values

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
config.homeserverstring"http://localhost:8008"
config.logLevelstring"INFO"
config.metricsint9100
config.opentelemetry.passwordstringnil
config.opentelemetry.urlstringnil
config.opentelemetry.usernamestringnil
config.postgresql.databasestring"sliding_sync"
config.postgresql.hoststring"localhost"
config.postgresql.maxConnint0
config.postgresql.passwordstring"secret"
config.postgresql.portint5432
config.postgresql.sslmodestring"disable"
config.postgresql.usernamestring"sliding_sync"
config.syncSecretstringnil
fullnameOverridestring""
global.image.pullPolicystringnilif set it will overwrite all pullPolicy
global.image.registrystringnilif set it will overwrite all registry entries
grafana.dashboards.annotationsobject{}
grafana.dashboards.enabledboolfalse
grafana.dashboards.labels.grafana_dashboardstring"1"
image.pullPolicystring"IfNotPresent"
image.registrystring"ghcr.io"
image.repositorystring"matrix-org/sliding-sync"
image.tagstringnilOverrides the image tag whose default is the chart appVersion.
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring""
ingress.enabledboolfalse
ingress.hosts[0].hoststring"chart-example.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ingress.tlslist[]
livenessProbe.tcpSocket.portstring"http"
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContext.fsGroupint2000
prometheus.servicemonitor.enabledboolfalse
prometheus.servicemonitor.labelsobject{}
readinessProbe.tcpSocket.portstring"http"
replicaCountint1
resourcesobject{}
securityContext.capabilities.drop[0]string"ALL"
securityContext.readOnlyRootFilesystembooltrue
securityContext.runAsNonRootbooltrue
securityContext.runAsUserint1000
service.portint8008
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]
volumeMountslist[]
volumeslist[]

Autogenerated from chart metadata using helm-docs