From b195fa983b7fddb8c7c4b6bd6754200c352243a9 Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Fri, 25 Oct 2024 16:46:15 +0200 Subject: [PATCH] Helm chart: enable profile_port --- charts/beyla/Chart.yaml | 4 ++-- charts/beyla/README.md | 2 +- charts/beyla/templates/daemon-set.yaml | 5 +++++ charts/beyla/values.yaml | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/charts/beyla/Chart.yaml b/charts/beyla/Chart.yaml index 48d8c9400..470f53022 100644 --- a/charts/beyla/Chart.yaml +++ b/charts/beyla/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: beyla -version: 1.4.3 -appVersion: 1.8.4 +version: 1.4.4 +appVersion: 1.8.6 description: eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics. home: https://grafana.com/oss/beyla-ebpf/ icon: https://grafana.com/static/img/logos/beyla-logo.svg diff --git a/charts/beyla/README.md b/charts/beyla/README.md index 97b83949b..2388b06c5 100644 --- a/charts/beyla/README.md +++ b/charts/beyla/README.md @@ -1,6 +1,6 @@ # beyla -![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square) +![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.6](https://img.shields.io/badge/AppVersion-1.8.6-informational?style=flat-square) eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics. diff --git a/charts/beyla/templates/daemon-set.yaml b/charts/beyla/templates/daemon-set.yaml index e05eb85fd..c57ffa8c1 100644 --- a/charts/beyla/templates/daemon-set.yaml +++ b/charts/beyla/templates/daemon-set.yaml @@ -107,6 +107,11 @@ spec: containerPort: {{ .Values.service.internalMetrics.targetPort | default .Values.config.data.internal_metrics.prometheus.port }} protocol: TCP {{- end }} + {{- if .Values.config.data.profile_port }} + - name: profile + containerPort: {{ .Values.config.data.profile_port }} + protocol: TCP + {{- end }} {{- with .Values.resources }} resources: {{- toYaml . | nindent 12 }} diff --git a/charts/beyla/values.yaml b/charts/beyla/values.yaml index c3b789599..e57bb089e 100644 --- a/charts/beyla/values.yaml +++ b/charts/beyla/values.yaml @@ -191,6 +191,7 @@ config: name: "" # -- default value of beyla configuration data: + # profile_port: 6060 # open_port: 8443 # routes: # unmatched: heuristic