From 7e4b7edeb5c0917c932f13b2cae62d18ae6c72d2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 8 Apr 2024 09:53:36 +0200 Subject: [PATCH] remove controller section --- library/common/schemas/service.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/library/common/schemas/service.json b/library/common/schemas/service.json index 4a1a5498..c7d25c41 100644 --- a/library/common/schemas/service.json +++ b/library/common/schemas/service.json @@ -71,12 +71,8 @@ "type": "boolean", "default": false }, - "controller": { - "type": "string" - }, - "extraSelectorLabels": {} }, - "required": ["controller"] + "required": [] }, "servicePort": { @@ -94,7 +90,7 @@ "port": { "type": ["string", "integer"] }, - "protocol": { + "type": { "type": "string", "enum": ["HTTP", "HTTPS", "TCP", "UDP"] },