Skip to content

Commit

Permalink
Merge pull request #3472 from simonswine/20241210_improve-profiling-o…
Browse files Browse the repository at this point in the history
…f-grafana

[grafana] feat(grafana): Introduce profiling container port
  • Loading branch information
zanhsieh authored Dec 15, 2024
2 parents f1287fb + d068f9c commit e134ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 8.7.1
version: 8.8.0
appVersion: 11.4.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
3 changes: 3 additions & 0 deletions charts/grafana/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,9 @@ containers:
- name: {{ .Values.gossipPortName }}-udp
containerPort: 9094
protocol: UDP
- name: profiling
containerPort: 6060
protocol: TCP
env:
- name: POD_IP
valueFrom:
Expand Down

0 comments on commit e134ec8

Please sign in to comment.