From bc5fb190fecf0ed869a2fd25201d655b488e0e02 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Sat, 21 Dec 2024 20:58:14 +0330 Subject: [PATCH] Service name must be less than 15 chars --- charts/beyla/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/beyla/values.yaml b/charts/beyla/values.yaml index 1e1a2975f..ecf472911 100644 --- a/charts/beyla/values.yaml +++ b/charts/beyla/values.yaml @@ -117,7 +117,7 @@ service: # from the Beyla configuration file. targetPort: null # -- name of the port for internal metrics. - portName: internal-metrics + portName: int-metrics # -- Adds the appProtocol field to the service. This allows to work with istio protocol selection. Ex: "http" or "tcp" appProtocol: ""