@@ -196,7 +196,7 @@ Kubernetes: `^1.8.0-0`
196
196
| livenessProbe.httpGet.port | int | ` 3000 ` | |
197
197
| livenessProbe.initialDelaySeconds | int | ` 60 ` | |
198
198
| 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 |
200
200
| mcpServer.affinity | object | ` {} ` | Affinity |
201
201
| mcpServer.annotations | object | ` {} ` | Deployment annotations |
202
202
| mcpServer.automountServiceAccountToken | bool | ` true ` | Automount service account token |
@@ -206,7 +206,7 @@ Kubernetes: `^1.8.0-0`
206
206
| mcpServer.disabledCategories | list | ` [] ` | Categories to disable (e.g., oncall, incident, sift) |
207
207
| mcpServer.dnsConfig | object | ` {} ` | DNS config |
208
208
| mcpServer.dnsPolicy | string | ` "" ` | DNS policy |
209
- | mcpServer.enabled | bool | ` true ` | Enable the MCP server |
209
+ | mcpServer.enabled | bool | ` false ` | Enable the MCP server |
210
210
| mcpServer.env | object | ` {} ` | Environment variables |
211
211
| mcpServer.envFrom | list | ` [] ` | Environment variables from ConfigMaps or Secrets |
212
212
| mcpServer.envValueFrom | object | ` {} ` | Environment variables from other sources |
@@ -225,10 +225,10 @@ Kubernetes: `^1.8.0-0`
225
225
| mcpServer.image.repository | string | ` "mcp/grafana" ` | The Docker repository |
226
226
| mcpServer.image.tag | string | ` "latest" ` | Image tag |
227
227
| 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 |
229
229
| mcpServer.ingress.annotations | object | ` {} ` | Ingress annotations |
230
230
| mcpServer.ingress.className | string | ` "" ` | Ingress class name |
231
- | mcpServer.ingress.enabled | bool | ` true ` | Enable ingress |
231
+ | mcpServer.ingress.enabled | bool | ` false ` | Enable ingress |
232
232
| mcpServer.ingress.hosts | list | ` [{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}] ` | Ingress hosts |
233
233
| mcpServer.ingress.labels | object | ` {} ` | Ingress labels |
234
234
| mcpServer.ingress.tls | list | ` [] ` | Ingress TLS configuration |
0 commit comments