Skip to content

Commit 68d7322

Browse files
committed
fix values.yaml
Signed-off-by: AvivGuiser <[email protected]>
1 parent 9efeb26 commit 68d7322

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/grafana/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Kubernetes: `^1.8.0-0`
196196
| livenessProbe.httpGet.port | int | `3000` | |
197197
| livenessProbe.initialDelaySeconds | int | `60` | |
198198
| livenessProbe.timeoutSeconds | int | `30` | |
199-
| mcpServer | object | `{"affinity":{},"annotations":{},"automountServiceAccountToken":true,"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000},"debug":false,"deploymentStrategy":{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"},"disabledCategories":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"env":{},"envFrom":[],"envValueFrom":{},"extraArgs":[],"extraContainers":[],"extraInitContainers":[],"grafana":{"apiKeySecret":{"key":"api-key","name":"grafana-mcp-api-key"},"url":"http://grafana:3000"},"hostAliases":[],"image":{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"mcp/grafana","tag":"latest"},"imagePullSecrets":[],"ingress":{"annotations":{},"className":"","enabled":true,"hosts":[{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}],"labels":{},"tls":[]},"initContainers":[],"labels":{},"lifecycle":{},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"priorityClassName":"","replicas":1,"resources":{},"runtimeClassName":"","schedulerName":"","securityContext":{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000},"service":{"annotations":{},"clusterIP":"","enabled":true,"externalIPs":[],"externalName":"","extraPorts":[],"labels":{},"loadBalancerIP":"","loadBalancerSourceRanges":[],"nodePort":"","port":8000,"sessionAffinity":"","sessionAffinityConfig":{},"type":"ClusterIP"},"tolerations":[],"topologySpreadConstraints":[],"volumeMounts":[],"volumes":[]}` | Enable the Grafana MCP server deployment |
199+
| mcpServer | object | `{"affinity":{},"annotations":{},"automountServiceAccountToken":true,"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000},"debug":false,"deploymentStrategy":{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"},"disabledCategories":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"env":{},"envFrom":[],"envValueFrom":{},"extraArgs":[],"extraContainers":[],"extraInitContainers":[],"grafana":{"apiKeySecret":{"key":"api-key","name":"grafana-mcp-api-key"},"url":"http://grafana:3000"},"hostAliases":[],"image":{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"mcp/grafana","tag":"latest"},"imagePullSecrets":[],"ingress":{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}],"labels":{},"tls":[]},"initContainers":[],"labels":{},"lifecycle":{},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"priorityClassName":"","replicas":1,"resources":{},"runtimeClassName":"","schedulerName":"","securityContext":{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000},"service":{"annotations":{},"clusterIP":"","enabled":true,"externalIPs":[],"externalName":"","extraPorts":[],"labels":{},"loadBalancerIP":"","loadBalancerSourceRanges":[],"nodePort":"","port":8000,"sessionAffinity":"","sessionAffinityConfig":{},"type":"ClusterIP"},"tolerations":[],"topologySpreadConstraints":[],"volumeMounts":[],"volumes":[]}` | Enable the Grafana MCP server deployment |
200200
| mcpServer.affinity | object | `{}` | Affinity |
201201
| mcpServer.annotations | object | `{}` | Deployment annotations |
202202
| mcpServer.automountServiceAccountToken | bool | `true` | Automount service account token |
@@ -206,7 +206,7 @@ Kubernetes: `^1.8.0-0`
206206
| mcpServer.disabledCategories | list | `[]` | Categories to disable (e.g., oncall, incident, sift) |
207207
| mcpServer.dnsConfig | object | `{}` | DNS config |
208208
| mcpServer.dnsPolicy | string | `""` | DNS policy |
209-
| mcpServer.enabled | bool | `true` | Enable the MCP server |
209+
| mcpServer.enabled | bool | `false` | Enable the MCP server |
210210
| mcpServer.env | object | `{}` | Environment variables |
211211
| mcpServer.envFrom | list | `[]` | Environment variables from ConfigMaps or Secrets |
212212
| mcpServer.envValueFrom | object | `{}` | Environment variables from other sources |
@@ -225,10 +225,10 @@ Kubernetes: `^1.8.0-0`
225225
| mcpServer.image.repository | string | `"mcp/grafana"` | The Docker repository |
226226
| mcpServer.image.tag | string | `"latest"` | Image tag |
227227
| mcpServer.imagePullSecrets | list | `[]` | Image pull secrets |
228-
| mcpServer.ingress | object | `{"annotations":{},"className":"","enabled":true,"hosts":[{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}],"labels":{},"tls":[]}` | Ingress configuration |
228+
| mcpServer.ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}],"labels":{},"tls":[]}` | Ingress configuration |
229229
| mcpServer.ingress.annotations | object | `{}` | Ingress annotations |
230230
| mcpServer.ingress.className | string | `""` | Ingress class name |
231-
| mcpServer.ingress.enabled | bool | `true` | Enable ingress |
231+
| mcpServer.ingress.enabled | bool | `false` | Enable ingress |
232232
| mcpServer.ingress.hosts | list | `[{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}]` | Ingress hosts |
233233
| mcpServer.ingress.labels | object | `{}` | Ingress labels |
234234
| mcpServer.ingress.tls | list | `[]` | Ingress TLS configuration |

charts/grafana/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ assertNoLeakedSecrets: true
16571657
# -- Enable the Grafana MCP server deployment
16581658
mcpServer:
16591659
# -- Enable the MCP server
1660-
enabled: true
1660+
enabled: false
16611661

16621662
# -- Number of replicas for the MCP server
16631663
replicas: 1
@@ -1746,7 +1746,7 @@ mcpServer:
17461746
# -- Ingress configuration
17471747
ingress:
17481748
# -- Enable ingress
1749-
enabled: true
1749+
enabled: false
17501750
# -- Ingress class name
17511751
className: ""
17521752
# -- Ingress annotations

0 commit comments

Comments
 (0)