Skip to content

Commit

Permalink
Helm chart: removed unneeded exposed port (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Nov 19, 2024
1 parent 4fd1d09 commit dad9dab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/beyla/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: beyla
version: 1.4.13
version: 1.4.14
appVersion: 1.8.8
description: eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics.
home: https://grafana.com/oss/beyla-ebpf/
Expand Down
2 changes: 1 addition & 1 deletion charts/beyla/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beyla

![Version: 1.4.13](https://img.shields.io/badge/Version-1.4.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.8](https://img.shields.io/badge/AppVersion-1.8.8-informational?style=flat-square)
![Version: 1.4.14](https://img.shields.io/badge/Version-1.4.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.8](https://img.shields.io/badge/AppVersion-1.8.8-informational?style=flat-square)

eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics.

Expand Down
6 changes: 0 additions & 6 deletions charts/beyla/templates/cache-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ spec:
protocol: TCP
targetPort: grpc
name: grpc
{{ if .Values.k8sCache.internalMetrics.port }}
- port: {{ .Values.k8sCache.internalMetrics.port }}
targetPort: {{ .Values.k8sCache.internalMetrics.portName }}
name: {{ .Values.k8sCache.internalMetrics.portName }}
protocol: TCP
{{- end }}
selector:
app.kubernetes.io/name: {{ .Values.k8sCache.service.name }}
{{- end }}

0 comments on commit dad9dab

Please sign in to comment.