Skip to content

Commit

Permalink
Helm chart: fix cache port configuration (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Nov 5, 2024
1 parent 1e2571d commit 9bbdd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.6
version: 1.4.7
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/
Expand Down
3 changes: 3 additions & 0 deletions charts/beyla/templates/cache-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ spec:
- containerPort: {{ .Values.k8sCache.service.port }}
protocol: TCP
name: grpc
env:
- name: BEYLA_K8S_CACHE_PORT
value: "{{ .Values.k8sCache.service.port }}"
{{- end }}

0 comments on commit 9bbdd59

Please sign in to comment.