update nodeports on OpenLDAP and document them

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 22:00:51 +02:00
parent afbdd63528
commit 32fcb71e5c
2 changed files with 6 additions and 4 deletions
+4 -4
View File
@@ -446,7 +446,7 @@ questions:
type: int type: int
min: 9000 min: 9000
max: 65535 max: 65535
default: 36094 default: 36099
- variable: ldaps - variable: ldaps
label: "ldaps Service" label: "ldaps Service"
description: "The ldaps service" description: "The ldaps service"
@@ -496,8 +496,8 @@ questions:
schema: schema:
type: dict type: dict
attrs: attrs:
- variable: main - variable: https
label: "Main Service Port Configuration" label: "https Service Port Configuration"
schema: schema:
type: dict type: dict
attrs: attrs:
@@ -543,7 +543,7 @@ questions:
type: int type: int
min: 9000 min: 9000
max: 65535 max: 65535
default: 36095 default: 36100
- variable: serviceList - variable: serviceList
+2
View File
@@ -107,5 +107,7 @@
| Hyperion-ng | json | 36096 | | Hyperion-ng | json | 36096 |
| Hyperion-ng | protobuf | 36097 | | Hyperion-ng | protobuf | 36097 |
| Hyperion-ng | boblight | 36098 | | Hyperion-ng | boblight | 36098 |
| OpenLDAP | main | 36099 |
| OpenLDAP | https | 36100 |
#### Note: TCP and UPD ports that are the same in each App, are not by mistake. #### Note: TCP and UPD ports that are the same in each App, are not by mistake.