From 32fcb71e5c1a8b5a48200fcb1a8321bcb37c3c47 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 31 Aug 2021 22:00:51 +0200 Subject: [PATCH] update nodeports on OpenLDAP and document them --- charts/stable/openldap/SCALE/questions.yaml | 8 ++++---- docs/manual/default-nodePorts.md | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/stable/openldap/SCALE/questions.yaml b/charts/stable/openldap/SCALE/questions.yaml index 18832b23cad..44415ba4630 100644 --- a/charts/stable/openldap/SCALE/questions.yaml +++ b/charts/stable/openldap/SCALE/questions.yaml @@ -446,7 +446,7 @@ questions: type: int min: 9000 max: 65535 - default: 36094 + default: 36099 - variable: ldaps label: "ldaps Service" description: "The ldaps service" @@ -496,8 +496,8 @@ questions: schema: type: dict attrs: - - variable: main - label: "Main Service Port Configuration" + - variable: https + label: "https Service Port Configuration" schema: type: dict attrs: @@ -543,7 +543,7 @@ questions: type: int min: 9000 max: 65535 - default: 36095 + default: 36100 - variable: serviceList diff --git a/docs/manual/default-nodePorts.md b/docs/manual/default-nodePorts.md index c8599b870ac..d2b4a3a39c6 100644 --- a/docs/manual/default-nodePorts.md +++ b/docs/manual/default-nodePorts.md @@ -107,5 +107,7 @@ | Hyperion-ng | json | 36096 | | Hyperion-ng | protobuf | 36097 | | 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.