Skip to content

Commit ddedc7b

Browse files
Removed the redundency of configs.
1 parent 11a2e7f commit ddedc7b

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

deploy/cluster/helm/values.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -196,41 +196,6 @@ global:
196196
# mcp-weather:
197197
# uri: http://rag-mcp-weather:8000/sse
198198

199-
# MCP servers (Toolhive) configuration - forwarded to child chart `mcp-servers`
200-
mcp-servers:
201-
# Controls Toolhive dependency charts (CRDs and operator)
202-
toolhive:
203-
crds:
204-
enabled: false
205-
operator:
206-
enabled: false
207-
208-
# Toolhive operator tuning
209-
toolhive-operator:
210-
operator:
211-
resources:
212-
requests:
213-
cpu: 100m
214-
memory: 1Gi
215-
limits:
216-
cpu: 1000m
217-
memory: 1Gi
218-
containerSecurityContext:
219-
allowPrivilegeEscalation: false
220-
readOnlyRootFilesystem: true
221-
runAsNonRoot: true
222-
runAsUser: 1000
223-
capabilities:
224-
drop:
225-
- ALL
226-
podSecurityContext:
227-
runAsNonRoot: true
228-
229-
# Enable installing Oracle 23ai via the mcp-servers subchart
230-
# Default: disabled.
231-
oracle:
232-
enabled: false
233-
234199
# MCP servers configuration is now handled by the mcp-servers subchart
235200
# See ai-architecture-charts/mcp-servers/helm/values.yaml for configuration
236201

0 commit comments

Comments
 (0)