63 lines
3.6 KiB
Markdown
63 lines
3.6 KiB
Markdown
# unifi-network-application
|
|
|
|
  
|
|
|
|
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 |
|
|
|-----|------|---------|-------------|
|
|
| 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.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 | object | `{}` | |
|
|
| mongodb.persistence.annotations | object | `{}` | |
|
|
| mongodb.persistence.claimSuffix | string | `"config-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 | object | `{}` | |
|
|
| 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 | `""` | |
|
|
| 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` | |
|
|
|