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:
Stavros Kois
2021-04-28 20:01:04 +02:00
committed by GitHub
parent 13d9843ccf
commit d9c0ef151a
42 changed files with 110 additions and 54 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ questions:
type: int
min: 9000
max: 65535
default: 36052
default: 36005
required: true
## TrueCharts Specific
+4 -4
View File
@@ -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: