cinny

cinny

Version: 0.2.5 Type: application AppVersion: 4.6.0

A Helm Chart to install cinny (yet another matrix client)

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/cinny

You can install a chart release using the following command:

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

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

helm uninstall cinny-release

Values

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
config.allowCustomHomeserversbooltrue
config.defaultHomeserverint2
config.featuredCommunities.openAsDefaultboolfalse
config.featuredCommunities.rooms[0]string"#cinny:matrix.org"
config.featuredCommunities.rooms[1]string"#freesoftware:matrix.org"
config.featuredCommunities.rooms[2]string"#pcapdroid:matrix.org"
config.featuredCommunities.rooms[3]string"#gentoo:matrix.org"
config.featuredCommunities.rooms[4]string"#PrivSec.dev:arcticfoxes.net"
config.featuredCommunities.rooms[5]string"#disroot:aria-net.org"
config.featuredCommunities.servers[0]string"envs.net"
config.featuredCommunities.servers[1]string"matrix.org"
config.featuredCommunities.servers[2]string"monero.social"
config.featuredCommunities.servers[3]string"mozilla.org"
config.featuredCommunities.spaces[0]string"#cinny-space:matrix.org"
config.featuredCommunities.spaces[1]string"#community:matrix.org"
config.featuredCommunities.spaces[2]string"#space:envs.net"
config.featuredCommunities.spaces[3]string"#science-space:matrix.org"
config.featuredCommunities.spaces[4]string"#libregaming-games:tchncs.de"
config.featuredCommunities.spaces[5]string"#mathematics-on:matrix.org"
config.hashRouter.basenamestring"/"
config.hashRouter.enabledboolfalse
config.homeserverList[0]string"converser.eu"
config.homeserverList[1]string"envs.net"
config.homeserverList[2]string"matrix.org"
config.homeserverList[3]string"monero.social"
config.homeserverList[4]string"mozilla.org"
config.homeserverList[5]string"xmr.se"
fullnameOverridestring""
global.image.pullPolicystringnilif set it will overwrite all pullPolicy
global.image.registrystringnilif set it will overwrite all registry entries
image.pullPolicystring"IfNotPresent"This sets the pull policy for images. (could be overwritten by global.image.pullPolicy)
image.registrystring"ghcr.io"image registry (could be overwritten by global.image.registry)
image.repositorystring"cinnyapp/cinny"image repository
image.tagstring""image tag - Overrides 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[]
nameOverridestring""
networkPolicy.egress.enabledbooltrueactivate egress no networkpolicy
networkPolicy.egress.extralist[]egress rules
networkPolicy.enabledboolfalse
networkPolicy.ingress.httplist[]ingress for http port (e.g. ingress-controller)
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
replicaCountint1replicas
resourcesobject{}
securityContextobject{}
service.portint80
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]

Autogenerated from chart metadata using helm-docs