hydrogen-web

hydrogen-web

hydrogen-web

Version: 0.1.9 Type: application AppVersion: 0.5.1

A Helm Chart to install hydrogen-web (a nextgen Matrix Webclient)

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/hydrogen-web

You can install a chart release using the following command:

helm install hydrogen-web-release oci://codeberg.org/wrenix/helm-charts/hydrogen-web --values values.yaml

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

helm uninstall hydrogen-web-release

Values

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
fullnameOverridestring""
hydrogen.bugReportEndpointUrl"string"https://element.io/bugreports/submit"
hydrogen.defaultHomeServerstring"matrix.org"
hydrogen.defaultTheme.darkstring"element-dark"
hydrogen.defaultTheme.lightstring"element-light"
hydrogen.push.appIdstring"io.element.hydrogen.web"
hydrogen.push.applicationServerKeystring"BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
hydrogen.push.gatewayUrlstring"https://matrix.org"
hydrogen.themeManifests[0]string"assets/theme-element.json"
image.pullPolicystring"IfNotPresent"
image.repositorystring"ghcr.io/element-hq/hydrogen-web"
image.tagstring""
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[]
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
replicaCountint1
resourcesobject{}
securityContextobject{}
service.portint8080
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]

Autogenerated from chart metadata using helm-docs