|
| 1 | +# memo |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Memo (A privacy-first, lightweight note-taking service) |
| 6 | + |
| 7 | +**Homepage:** <https://usememos.com/> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| QJOLY | <[email protected]> | <https://thebidouilleur.xyz> | |
| 14 | + |
| 15 | +## Source Code |
| 16 | + |
| 17 | +* <https://github.com/oetiker/Memo> |
| 18 | + |
| 19 | +## Requirements |
| 20 | + |
| 21 | +| Repository | Name | Version | |
| 22 | +|------------|------|---------| |
| 23 | +| https://rubxkube.github.io/common-charts | common | v0.2.0 | |
| 24 | + |
| 25 | +## Values |
| 26 | + |
| 27 | +| Key | Type | Default | Description | |
| 28 | +|-----|------|---------|-------------| |
| 29 | +| common.app.containerPort | int | `5230` | | |
| 30 | +| common.app.servicePort | int | `80` | | |
| 31 | +| common.deployment.cpuLimit | string | `nil` | | |
| 32 | +| common.deployment.cpuRequest | string | `nil` | | |
| 33 | +| common.deployment.memoryLimit | string | `nil` | | |
| 34 | +| common.deployment.memoryRequest | string | `nil` | | |
| 35 | +| common.deployment.strategy.rollingUpdate.maxSurge | string | `"25%"` | | |
| 36 | +| common.deployment.strategy.rollingUpdate.maxUnavailable | string | `"25%"` | | |
| 37 | +| common.deployment.strategy.type | string | `"RollingUpdate"` | | |
| 38 | +| common.hpa.avgCpuUtilization | int | `50` | | |
| 39 | +| common.hpa.enabled | bool | `false` | | |
| 40 | +| common.hpa.maxReplicas | int | `2` | | |
| 41 | +| common.hpa.minReplicas | int | `1` | | |
| 42 | +| common.image.pullPolicy | string | `"Always"` | | |
| 43 | +| common.image.repository | string | `"neosmemo/memos"` | | |
| 44 | +| common.image.repositorySettings.isPrivate | bool | `false` | | |
| 45 | +| common.image.repositorySettings.secretName | string | `nil` | | |
| 46 | +| common.image.tag | float | `0.14` | | |
| 47 | +| common.ingress.certResolver | string | `"letsencrypt"` | | |
| 48 | +| common.ingress.enabled | bool | `false` | | |
| 49 | +| common.ingress.entrypoint | string | `"websecure"` | | |
| 50 | +| common.ingress.hostName | string | `"memo.thoughtless.eu"` | | |
| 51 | +| common.ingress.ingressClassName | string | `nil` | | |
| 52 | +| common.ingress.isIngressRoute | bool | `true` | | |
| 53 | +| common.ingress.tls.enabled | bool | `true` | | |
| 54 | +| common.ingress.tls.secretName | string | `""` | | |
| 55 | +| common.livenessProbe.failureThreshold | int | `1` | | |
| 56 | +| common.livenessProbe.httpGet.path | string | `"/"` | | |
| 57 | +| common.livenessProbe.httpGet.port | int | `5230` | | |
| 58 | +| common.livenessProbe.initialDelaySeconds | int | `30` | | |
| 59 | +| common.livenessProbe.periodSeconds | int | `60` | | |
| 60 | +| common.livenessProbe.timeoutSeconds | int | `3` | | |
| 61 | +| common.livenessProbeEnabled | bool | `true` | | |
| 62 | +| common.persistence.enabled | bool | `true` | | |
| 63 | +| common.persistence.volumes[0].containerMount | string | `"/var/opt/memos"` | | |
| 64 | +| common.persistence.volumes[0].name | string | `"data"` | | |
| 65 | +| common.persistence.volumes[0].pvcClaim | string | `""` | | |
| 66 | +| common.persistence.volumes[0].size | string | `"5Gi"` | | |
| 67 | +| common.persistence.volumes[0].storageClassName | string | `""` | | |
| 68 | +| common.readinessProbe.failureThreshold | int | `2` | | |
| 69 | +| common.readinessProbe.httpGet.path | string | `"/"` | | |
| 70 | +| common.readinessProbe.httpGet.port | int | `5230` | | |
| 71 | +| common.readinessProbe.initialDelaySeconds | int | `30` | | |
| 72 | +| common.readinessProbe.periodSeconds | int | `30` | | |
| 73 | +| common.readinessProbe.timeoutSeconds | int | `3` | | |
| 74 | +| common.readinessProbeEnabled | bool | `true` | | |
| 75 | +| common.startupProbe.failureThreshold | int | `20` | | |
| 76 | +| common.startupProbe.httpGet.path | string | `"/"` | | |
| 77 | +| common.startupProbe.httpGet.port | int | `5230` | | |
| 78 | +| common.startupProbe.periodSeconds | int | `10` | | |
| 79 | +| common.startupProbe.timeoutSeconds | int | `1` | | |
| 80 | +| common.startupProbeEnabled | bool | `true` | | |
| 81 | +| common.tests.classicHttp.enabled | bool | `true` | | |
| 82 | +| common.tests.curlHostHeader.enabled | bool | `true` | | |
| 83 | +| common.tests.curlHostHeader.path | string | `"/"` | | |
| 84 | +| common.variables.nonSecret | object | `{}` | | |
| 85 | +| common.variables.secret | object | `{}` | | |
| 86 | +| define | int | `5230` | | |
| 87 | + |
| 88 | +---------------------------------------------- |
| 89 | +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) |
0 commit comments