k8s-charts/charts/cinny
James 6c80c22cab
chore: bump Cinny to 3.2.0 (#37)
2023-11-05 22:01:38 +00:00
..
templates feat: add chart releaser Github action (#1) 2022-12-03 18:12:04 +00:00
.helmignore feat: add chart releaser Github action (#1) 2022-12-03 18:12:04 +00:00
Chart.yaml chore: bump Cinny to 3.2.0 (#37) 2023-11-05 22:01:38 +00:00
README.md docs: add helm docs (#12) 2023-04-26 21:44:19 +01:00
values.yaml chore: bump Cinny to v3.0.0 (#30) 2023-10-22 13:40:51 +01:00

README.md

cinny

Version: 1.0.3 Type: application AppVersion: v2.2.6

A Helm chart for the Cinny Matrix Client

Homepage: https://cinny.in/

Source Code

Values

Key Type Default Description
affinity object {}
customConfig.data.allowCustomHomeservers bool true Allow the user to enter a homeserver not in the list
customConfig.data.defaultHomeserver int 3 Index (starting with 0) in homeserverList of the server to display by default
customConfig.data.homeserverList list ["converser.eu","envs.net","halogen.city","matrix.org","mozilla.org"] List of Matrix homeservers to display
customConfig.enabled bool false Enable the use of a custom config.json - see https://github.com/cinnyapp/cinny/blob/dev/config.json
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "ajbura/cinny"
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "cinny.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.0