|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# cinny
|
|
|
|
|
|
|
|
|
|
  
|
|
|
|
|
  
|
|
|
|
|
|
|
|
|
|
A Helm chart for the Cinny Matrix Client
|
|
|
|
|
|
|
|
|
@ -17,11 +17,11 @@ A Helm chart for the Cinny Matrix Client
|
|
|
|
|
| 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.data.homeserverList | list | `["converser.eu","envs.net","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.repository | string | `"ghcr.io/cinnyapp/cinny"` | |
|
|
|
|
|
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
|
|
|
|
|
| imagePullSecrets | list | `[]` | |
|
|
|
|
|
| ingress.annotations | object | `{}` | |
|
|
|
|
@ -45,5 +45,3 @@ A Helm chart for the Cinny Matrix Client
|
|
|
|
|
| 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](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
|
|
|
|