conduit
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/conduit
You can install a chart release using the following command:
helm install conduit-release oci://codeberg.org/wrenix/helm-charts/conduit --values values.yaml
To uninstall a chart release use `helm’s delete command:
helm uninstall conduit-release
Values
Key | Type | Default | Description |
---|---|---|---|
affinity |
object |
|
|
autoscaling.enabled |
bool |
|
|
autoscaling.maxReplicas |
int |
|
|
autoscaling.minReplicas |
int |
|
|
autoscaling.targetCPUUtilizationPercentage |
int |
|
|
conduit.allowEncryption |
bool |
|
|
conduit.allowFederation |
bool |
|
|
conduit.allowRegistration |
bool |
|
|
conduit.allowRoomCreation |
bool |
|
|
conduit.allowUnstableRoomVersions |
bool |
|
|
conduit.log |
string |
|
|
conduit.maxConcurrentRequests |
string |
|
|
conduit.maxRequestSize |
string |
|
in bytes default 20 MB |
conduit.registrationToken |
string |
|
|
conduit.server_name |
string |
|
|
conduit.trustedServers[0] |
string |
|
|
conduit.wellKnownClient |
string |
|
|
fullnameOverride |
string |
|
|
image.pullPolicy |
string |
|
|
image.repository |
string |
|
|
image.tag |
string |
|
|
imagePullSecrets |
list |
|
|
ingress.annotations |
object |
|
|
ingress.className |
string |
|
|
ingress.enabled |
bool |
|
|
ingress.hosts[0].host |
string |
|
|
ingress.hosts[0].paths[0].path |
string |
|
|
ingress.hosts[0].paths[0].pathType |
string |
|
|
ingress.tls |
list |
|
|
nameOverride |
string |
|
|
nodeSelector |
object |
|
|
persistence.accessMode |
string |
|
|
persistence.annotations |
object |
|
|
persistence.enabled |
bool |
|
|
persistence.existingClaim |
string |
|
A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
persistence.hostPath |
string |
|
Do not create an PVC, direct use hostPath in Pod |
persistence.size |
string |
|
|
persistence.storageClass |
string |
|
Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack) |
podAnnotations |
object |
|
|
podLabels |
object |
|
|
podSecurityContext |
object |
|
|
replicaCount |
int |
|
|
resources |
object |
|
|
securityContext |
object |
|
|
service.port |
int |
|
|
service.type |
string |
|
|
serviceAccount.annotations |
object |
|
|
serviceAccount.create |
bool |
|
|
serviceAccount.name |
string |
|
|
tolerations |
list |
|
|
wellknown.affinity |
object |
|
|
wellknown.client."m.homeserver".base_url |
string |
|
|
wellknown.client."org.matrix.msc3575.proxy".url |
string |
|
|
wellknown.containerPort |
int |
|
|
wellknown.enabled |
bool |
|
|
wellknown.env |
list |
|
|
wellknown.image.pullPolicy |
string |
|
|
wellknown.image.repository |
string |
|
|
wellknown.image.tag |
string |
|
|
wellknown.nodeSelector |
object |
|
|
wellknown.podAnnotations |
list |
|
|
wellknown.podLabels |
object |
|
|
wellknown.podSecurityContext |
object |
|
|
wellknown.replicaCount |
int |
|
|
wellknown.resources |
object |
|
|
wellknown.securityContext |
object |
|
|
wellknown.server."m.server" |
string |
|
|
wellknown.service.annotations |
object |
|
|
wellknown.service.port |
int |
|
|
wellknown.service.type |
string |
|
|
wellknown.tolerations |
list |
|
Autogenerated from chart metadata using helm-docs