mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Update CRD file in the helm folder (#2392)
Co-authored-by: CH3CHO <2909796+CH3CHO@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f3fbf7d6c8
commit
bafbe7972d
@@ -250,6 +250,10 @@ spec:
|
|||||||
registries:
|
registries:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
allowMcpServers:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
authSecretName:
|
authSecretName:
|
||||||
type: string
|
type: string
|
||||||
consulDatacenter:
|
consulDatacenter:
|
||||||
@@ -263,6 +267,25 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
domain:
|
domain:
|
||||||
type: string
|
type: string
|
||||||
|
enableMCPServer:
|
||||||
|
type: boolean
|
||||||
|
enableScopeMcpServers:
|
||||||
|
type: boolean
|
||||||
|
mcpServerBaseUrl:
|
||||||
|
type: string
|
||||||
|
mcpServerExportDomains:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
metadata:
|
||||||
|
additionalProperties:
|
||||||
|
properties:
|
||||||
|
innerMap:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
nacosAccessKey:
|
nacosAccessKey:
|
||||||
type: string
|
type: string
|
||||||
nacosAddressServer:
|
nacosAddressServer:
|
||||||
|
|||||||
Reference in New Issue
Block a user