mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
NAS-124129 / 24.04 / adds unifi-controller to community train (#1541)
This commit is contained in:
29
library/ix-dev/community/unifi-controller/values.yaml
Normal file
29
library/ix-dev/community/unifi-controller/values.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
image:
|
||||
repository: jacobalberty/unifi
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v7.4.162
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8Gi
|
||||
|
||||
unifiConfig:
|
||||
additionalEnvs: []
|
||||
|
||||
unifiNetwork:
|
||||
webHttpsPort: 30072
|
||||
enableWebHttp: false
|
||||
webHttpPort: 30073
|
||||
portalHttpsPort: 30074
|
||||
enablePortalHttp: false
|
||||
portalHttpPort: 30075
|
||||
certificateID:
|
||||
# Stun only works with hostNetwork: true
|
||||
hostNetwork: false
|
||||
|
||||
unifiStorage:
|
||||
data:
|
||||
type: ixVolume
|
||||
datasetName: data
|
||||
additionalStorages: []
|
||||
Reference in New Issue
Block a user