|
|
|
@@ -0,0 +1,59 @@
|
|
|
|
|
# unifi
|
|
|
|
|
|
|
|
|
|
  
|
|
|
|
|
|
|
|
|
|
Ubiquiti Network's Unifi Controller
|
|
|
|
|
|
|
|
|
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/incubator/unifi>
|
|
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
|
|
| Name | Email | Url |
|
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
|
|
|
|
|
|
|
|
|
## Source Code
|
|
|
|
|
|
|
|
|
|
* <https://github.com/jacobalberty/unifi-docker>
|
|
|
|
|
* <https://unifi-network.ui.com>
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
Kubernetes: `>=1.16.0-0`
|
|
|
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|
|------------|------|---------|
|
|
|
|
|
| https://truecharts.org/ | common | 6.12.1 |
|
|
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
|
| env.PGID | string | `"568"` | |
|
|
|
|
|
| env.PUID | string | `"568"` | |
|
|
|
|
|
| envTpl.UNIFI_GID | string | `"{{ .Values.env.PUID }}"` | |
|
|
|
|
|
| envTpl.UNIFI_UID | string | `"{{ .Values.env.PGID }}"` | |
|
|
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
|
|
| image.repository | string | `"jacobalberty/unifi"` | |
|
|
|
|
|
| image.tag | string | `"v6.2.26"` | |
|
|
|
|
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
|
|
|
|
| persistence.config.enabled | bool | `true` | |
|
|
|
|
|
| persistence.config.mountPath | string | `"/unifi"` | |
|
|
|
|
|
| persistence.config.size | string | `"100Gi"` | |
|
|
|
|
|
| persistence.config.type | string | `"pvc"` | |
|
|
|
|
|
| service.comm.enabled | bool | `true` | |
|
|
|
|
|
| service.comm.ports.tcp.enabled | bool | `true` | |
|
|
|
|
|
| service.comm.ports.tcp.port | int | `8080` | |
|
|
|
|
|
| service.comm.ports.tcp.protocol | string | `"TCP"` | |
|
|
|
|
|
| service.comm.ports.tcp.targetPort | int | `8080` | |
|
|
|
|
|
| service.main.ports.main.port | int | `8443` | |
|
|
|
|
|
| service.main.ports.main.protocol | string | `"HTTPS"` | |
|
|
|
|
|
| service.stun.enabled | bool | `true` | |
|
|
|
|
|
| service.stun.ports.udp.enabled | bool | `true` | |
|
|
|
|
|
| service.stun.ports.udp.port | int | `3478` | |
|
|
|
|
|
| service.stun.ports.udp.protocol | string | `"UDP"` | |
|
|
|
|
|
| service.stun.ports.udp.targetPort | int | `3478` | |
|
|
|
|
|
| strategy.type | string | `"Recreate"` | |
|
|
|
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|