feat(agent-portal): add Agent Portal Helm chart - #245
Merged
pavlelee merged 2 commits intoAug 11, 2026
Conversation
Chart 默认提供正式 CheckLicense、公钥与最小 RBAC;仅保留 adp 模式。 README 改为应用市场安装指引并指向完整 values.yaml。 Co-authored-by: Cursor <cursoragent@cursor.com>
Move the built-in platform-manager public key out of values.yaml so market install parameters stay user-facing; leave LICENSE_PUBLIC_KEY empty unless R&D provides an override. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
incubator/agent-portalfor deploying Agent Portal (enterprise agent portal) on TKE.clb/clbId/scheme/clbScheme/clbCertId. The chart binds an existing CLB throughkubernetes.io/ingress.existLbId, and the certificate Secret is prefixed with the release name to avoid colliding with ADP in the same namespace..env, so database and object storage credentials never land in a ConfigMap.get namespaces/kube-system) only when no instance ID is provided.values.yaml.Test plan
helm lintandhelm templatepass, andvalues.schema.jsonvalidation takes effect.概述
incubator/agent-portal,用于在 TKE 上部署 Agent Portal(企业智能体门户)。clb/clbId/scheme/clbScheme/clbCertId。通过kubernetes.io/ingress.existLbId绑定已有 CLB,证书 Secret 带 release 前缀,避免与同命名空间的 ADP 撞名。.env挂载,数据库与对象存储密钥不会进入 ConfigMap。get namespaces/kube-system)。values.yaml。测试计划
helm lint与helm template通过,values.schema.json校验生效。