From bc76803351718547ae323fa2ec5b8a3b8585001a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 5 Mar 2024 21:09:28 +0100 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten --- charts/enterprise/blocky/questions.yaml | 37 ++----------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/charts/enterprise/blocky/questions.yaml b/charts/enterprise/blocky/questions.yaml index 4b35afd3d91..f354182e209 100644 --- a/charts/enterprise/blocky/questions.yaml +++ b/charts/enterprise/blocky/questions.yaml @@ -723,31 +723,9 @@ questions: # Include{containerConfig} # Include{podOptions} # Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 4000 - required: true - - variable: dnstcp - label: DNS TCP Service - description: The DNS TCP service + - variable: dns + label: DNS Service + description: The DNS service schema: additional_attrs: true type: dict @@ -767,15 +745,6 @@ questions: type: int default: 53 required: true - - variable: dnsudp - label: DNS UDP Service - description: The DNS UDP service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - variable: dnsudp label: DNS UDP Port Configuration schema: