Refactor nodePorts so all apps have unique defaults (#407)
* Introduce 'Default NodePorts' Manual Table * Change default nodePorts according to manual's table Also fix navidrome icon * Make suggested changes on ports Probably fix warnings in Deepstack * Add note in defPorts md
This commit is contained in:
@@ -224,7 +224,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36005
|
||||
required: true
|
||||
|
||||
## TrueCharts Specific
|
||||
|
||||
@@ -27,11 +27,11 @@ envTpl:
|
||||
|
||||
env:
|
||||
# TZ: UTC
|
||||
VISION-FACE: True
|
||||
VISION-DETECTION: True
|
||||
VISION-SCENE: True
|
||||
VISION-FACE: "True"
|
||||
VISION-DETECTION: "True"
|
||||
VISION-SCENE: "True"
|
||||
MODELSTORE-DETECTION: "/modelstore/detection" # Path to custom models (needs to be on documentation)
|
||||
MODE: High # High|Medium|Low
|
||||
MODE: "High" # High|Medium|Low
|
||||
# ADMIN-KEY: "" # Deprecated since it got OpenSource? or optional?
|
||||
# API-KEY: "" # Deprecated since it got OpenSource? or optional?podSecurityContext:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user