@@ -10,16 +10,13 @@ image:
1010 repository : ghcr.io/trento-project/mcp-server-trento
1111 tag : 1.1.1
1212 pullPolicy : IfNotPresent
13-
1413# # @param replicaCount Number of replicas to deploy
1514replicaCount : 1
16-
1715# # @param containerPorts.http Port for MCP HTTP traffic
1816# # @param containerPorts.health Port for health check
1917containerPorts :
2018 http : 5000
2119 health : 8080
22-
2320# # @section MCP Server configuration
2421# #
2522# # @param mcpServer.args Array of arguments to pass to the MCP server container, overrides other settings
@@ -48,17 +45,14 @@ mcpServer:
4845 transport : streamable
4946 trentoURL : " "
5047 verbosity : info
51-
5248# # @param env Environment variables to pass to the container
5349env : {}
54-
5550# # Service parameters
5651# # @param service.type Service type
5752# # @param service.port Service port
5853service :
5954 type : ClusterIP
6055 port : 5000
61-
6256# # @section Ingress configuration
6357# #
6458# # @param ingress.enabled Enable ingress
@@ -76,12 +70,10 @@ ingress:
7670 paths :
7771 - path : /mcp-server-trento
7872 pathType : ImplementationSpecific
79- tls :
80- []
81- # - secretName: chart-example-tls
82- # hosts:
83- # - chart-example.local
84-
73+ tls : []
74+ # - secretName: chart-example-tls
75+ # hosts:
76+ # - chart-example.local
8577# # @section Global parameters
8678# #
8779# # @param global.clusterDomain Kubernetes cluster domain
@@ -100,7 +92,6 @@ global:
10092 trentoWanda :
10193 name :
10294 servicePort :
103-
10495# # @section Resource configuration
10596# #
10697# # @param resources.limits.cpu CPU limit
@@ -118,7 +109,6 @@ resources:
118109 cpu : 100m
119110 memory : 128Mi
120111 ephemeral-storage : " 128Mi"
121-
122112# # @section Probes
123113# #
124114# # @param startupProbe.enabled Enable startup probe
@@ -138,7 +128,6 @@ startupProbe:
138128 timeoutSeconds : 5
139129 failureThreshold : 6
140130 successThreshold : 1
141-
142131# # @param livenessProbe.enabled Enable liveness probe
143132# # @param livenessProbe.path Path to access on the HTTP server
144133# # @param livenessProbe.port Port for livenessProbe
@@ -156,7 +145,6 @@ livenessProbe:
156145 timeoutSeconds : 5
157146 failureThreshold : 6
158147 successThreshold : 1
159-
160148# # @param readinessProbe.enabled Enable readiness probe
161149# # @param readinessProbe.path Path to access on the HTTP server
162150# # @param readinessProbe.port Port for readinessProbe
@@ -174,38 +162,29 @@ readinessProbe:
174162 timeoutSeconds : 5
175163 failureThreshold : 6
176164 successThreshold : 1
177-
178165# # @section Common pod template settings
179166# #
180167# # @param imagePullSecrets Image pull secrets for private registries
181168imagePullSecrets : []
182-
183169# # @param nameOverride Partially override the chart name
184170nameOverride : " "
185-
186171# # @param fullnameOverride Fully override the release name
187172fullnameOverride : " "
188-
189173# # @param serviceAccount.create Specifies whether a service account should be created
190174# # @param serviceAccount.annotations Annotations to add to the service account
191175# # @param serviceAccount.name The name of the service account to use
192176serviceAccount :
193177 create : true
194178 annotations : {}
195179 name : " "
196-
197180# # @param podAnnotations Additional annotations for the pod metadata
198181podAnnotations : {}
199-
200182# # @param nodeSelector Node selector for pod assignment
201183nodeSelector : {}
202-
203184# # @param tolerations Tolerations for pod assignment
204185tolerations : []
205-
206186# # @param affinity Affinity rules for pod assignment
207187affinity : {}
208-
209188# # @section Network Policies
210189# #
211190# # Ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
@@ -220,7 +199,6 @@ networkPolicy:
220199 allowExternalEgress : true
221200 ingressNSMatchLabels : {}
222201 ingressNSPodMatchLabels : {}
223-
224202# # @section Security Context
225203# #
226204# # Configure Pods Security Context
@@ -235,7 +213,6 @@ podSecurityContext:
235213 sysctls : []
236214 supplementalGroups : []
237215 fsGroup : 1001
238-
239216# # Configure Container Security Context
240217# # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
241218# # @param containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in container
0 commit comments