106 lines
4.3 KiB
Markdown
106 lines
4.3 KiB
Markdown
---
|
|
title: "mollysocket"
|
|
|
|
description: "Deploy mollysocket into kubernetes"
|
|
|
|
---
|
|
|
|
# mollysocket
|
|
|
|
  
|
|
|
|
Deploy mollysocket into kubernetes
|
|
|
|
**Homepage:** <https://molly.im/>
|
|
|
|
## Maintainers
|
|
|
|
| Name | Email | Url |
|
|
| ---- | ------ | --- |
|
|
| WrenIX | | <https://wrenix.eu> |
|
|
|
|
## Source Code
|
|
|
|
* <https://github.com/mollyim/mollyim-android>
|
|
* <https://github.com/mollyim/mollysocket>
|
|
|
|
## Usage
|
|
|
|
Helm must be installed and setup to your kubernetes cluster to use the charts.
|
|
Refer to Helm's [documentation](https://helm.sh/docs) to get started.
|
|
Once Helm has been set up correctly, fetch the charts as follows:
|
|
|
|
```bash
|
|
helm pull oci://codeberg.org/wrenix/helm-charts/mollysocket
|
|
```
|
|
|
|
You can install a chart release using the following command:
|
|
|
|
```bash
|
|
helm install mollysocket-release oci://codeberg.org/wrenix/helm-charts/mollysocket --values values.yaml
|
|
```
|
|
|
|
To uninstall a chart release use `helm`'s delete command:
|
|
|
|
```bash
|
|
helm uninstall mollysocket-release
|
|
```
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| affinity | object | `{}` | |
|
|
| autoscaling.enabled | bool | `false` | |
|
|
| autoscaling.maxReplicas | int | `100` | |
|
|
| autoscaling.minReplicas | int | `1` | |
|
|
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
|
| fullnameOverride | string | `""` | |
|
|
| global.image.pullPolicy | string | `nil` | if set it will overwrite all pullPolicy |
|
|
| global.image.registry | string | `nil` | if set it will overwrite all registry entries |
|
|
| grafana.dashboards.annotations | object | `{}` | |
|
|
| grafana.dashboards.enabled | bool | `false` | |
|
|
| grafana.dashboards.labels.grafana_dashboard | string | `"1"` | |
|
|
| image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
|
|
| image.registry | string | `"ghcr.io"` | image registry (could be overwritten by global.image.registry) |
|
|
| image.repository | string | `"mollyim/mollysocket"` | image repository |
|
|
| image.tag | string | `""` | image tag - 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 | `"chart-example.local"` | |
|
|
| ingress.hosts[0].paths[0].path | string | `"/"` | |
|
|
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
|
|
| ingress.tls | list | `[]` | |
|
|
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
|
|
| mollysocket.allowedEnpoints[0] | string | `"*"` | |
|
|
| mollysocket.allowedUUIDs[0] | string | `"*"` | |
|
|
| mollysocket.environment | string | `"Prod"` | |
|
|
| mollysocket.log | string | `"info"` | |
|
|
| mollysocket.vapidKey.create | bool | `true` | generate a vapid key |
|
|
| mollysocket.vapidKey.key | string | `""` | use own vapid key |
|
|
| nameOverride | string | `""` | |
|
|
| nodeSelector | object | `{}` | |
|
|
| persistence.accessMode | string | `"ReadWriteOnce"` | |
|
|
| persistence.annotations | object | `{}` | |
|
|
| persistence.enabled | bool | `true` | |
|
|
| persistence.size | string | `"1Gi"` | |
|
|
| podAnnotations | object | `{}` | |
|
|
| podSecurityContext | object | `{}` | |
|
|
| prometheus.rules.additionalRules | list | `[]` | |
|
|
| prometheus.rules.enabled | bool | `false` | |
|
|
| prometheus.rules.labels | object | `{}` | |
|
|
| prometheus.servicemonitor.enabled | bool | `false` | |
|
|
| prometheus.servicemonitor.labels | object | `{}` | |
|
|
| replicaCount | int | `1` | replicas |
|
|
| resources | object | `{}` | |
|
|
| securityContext | object | `{}` | |
|
|
| service.port | int | `80` | |
|
|
| service.type | string | `"ClusterIP"` | |
|
|
| serviceAccount.annotations | object | `{}` | |
|
|
| serviceAccount.create | bool | `true` | |
|
|
| serviceAccount.name | string | `""` | |
|
|
| tolerations | list | `[]` | |
|
|
|
|
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|