Skip to content

Commit c9fdef2

Browse files
authored
[grafana-mcp] Fix grafana-mcp ingress enabled (#3830)
1 parent c01e401 commit c9fdef2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/grafana-mcp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana-mcp
3-
version: 0.1.0
3+
version: 0.1.1
44
appVersion: latest
55
kubeVersion: "^1.8.0-0"
66
description: MCP server for Grafana.

charts/grafana-mcp/templates/ingress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.ingress.enabled }}
12
{{- $fullName := include "grafana-mcp.fullname" . }}
23
{{- $svcPort := .Values.service.port }}
34
{{- if and .Values.ingress.className (not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class")) }}
@@ -45,3 +46,4 @@ spec:
4546
number: {{ $svcPort }}
4647
{{- end }}
4748
{{- end }}
49+
{{- end }}

0 commit comments

Comments
 (0)