From c98650304d97a22578498ccfd5a41bb5773aa8ee Mon Sep 17 00:00:00 2001 From: Jan Wozniak Date: Wed, 23 Oct 2024 15:35:40 +0200 Subject: [PATCH] make manifests Signed-off-by: Jan Wozniak --- config/crd/bases/http.keda.sh_httpscaledobjects.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/crd/bases/http.keda.sh_httpscaledobjects.yaml b/config/crd/bases/http.keda.sh_httpscaledobjects.yaml index 2c48f3efc..27f0a7fdc 100644 --- a/config/crd/bases/http.keda.sh_httpscaledobjects.yaml +++ b/config/crd/bases/http.keda.sh_httpscaledobjects.yaml @@ -106,11 +106,13 @@ spec: description: The port to route to format: int32 type: integer + portName: + description: The port to route to referenced by name + type: string service: description: The name of the service to route to type: string required: - - port - service type: object scaledownPeriod: