Files
helm-charts/charts/unifi-network-application/README.md

66 lines
3.8 KiB
Markdown

# unifi-network-application
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.32-ls61](https://img.shields.io/badge/AppVersion-8.3.32--ls61-informational?style=flat-square)
Unifi Controller application using linuxservers Docker image. This chart was originally created by Balazs Petrikovics and is available at https://github.com/bpetrikovics/unifi-network-application. The chart was modified and improved by Bertalan Z. Péter for personal use.
**Homepage:** <https://ui.com>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Bertalan Zoltán Péter | <bertalan.peter@bp99.eu> | <https://bp99.eu> |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| extraEnv | object | `{}` | set extra environment variables for the app |
| fullnameOverride | string | `""` | can be used to override the main app name; incorporates release name by default |
| global.storageClass | string | `""` | globally set the storage class for PVCs |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/unifi-network-application"` | |
| image.tag | string | `""` | overrides the image tag whose default is the chart appVersion |
| ingress.annotations | object | `{}` | |
| ingress.hostname | string | `"unifi.local"` | |
| ingress.redirect.annotations | object | `{}` | |
| ingress.redirect.enabled | bool | `true` | deploys an additional ingress for http to https redirection, if needed |
| mongodb.adminpassword | string | `""` | |
| mongodb.adminuser | string | `""` | |
| mongodb.cacheSizeGB | string | `"0.25"` | |
| mongodb.dbname | string | `"unifi"` | main database name |
| mongodb.dbname_stat | string | `"unifi_stat"` | stat database name |
| mongodb.extraEnv | object | `{}` | set extra environment variables for the db |
| mongodb.image | string | `"mongo"` | image to pull and use; for arm64 (eg Raspberry Pi 4), use "arm64v8/mongo" |
| mongodb.imageTag | string | `"7.0"` | |
| mongodb.password | string | `""` | |
| mongodb.persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| mongodb.persistence.annotations | object | `{}` | |
| mongodb.persistence.claimSuffix | string | `"db-claim"` | suffix string that will be appended to fullname |
| mongodb.persistence.create | bool | `true` | whether to create PVCs |
| mongodb.persistence.enabled | bool | `true` | whether to deal with persistence at all |
| mongodb.persistence.labels | object | `{}` | |
| mongodb.persistence.size | string | `"128Mi"` | size limit for the PVC |
| mongodb.persistence.storageClass | string | `""` | override storage class |
| mongodb.persistence.volumeName | string | `""` | |
| mongodb.podSecurityContext | object | `{}` | |
| mongodb.username | string | `""` | credentials for "normal" and admin user; MUST BE SET! |
| nameOverride | string | `""` | |
| persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| persistence.annotations | object | `{}` | |
| persistence.claimSuffix | string | `"config-claim"` | suffix string that will be appended to fullname |
| persistence.create | bool | `true` | whether to create PVCs |
| persistence.enabled | bool | `true` | whether to deal with persistence at all |
| persistence.labels | object | `{}` | |
| persistence.size | string | `"128Mi"` | size limit for the PVC |
| persistence.storageClass | string | `""` | override storage class |
| persistence.volumeName | string | `""` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | how many app replicas to run; only ever tested with 1 |
| resources | object | `{}` | |
| service.annotations | object | `{}` | |
| service.loadBalancerIp | string | `nil` | |
| service.type | string | `nil` | |