Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions incubator/adp/charts/adp-crawler/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ kind: Service
metadata:
name: adp-crawler
namespace: {{ .Release.Namespace }}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
ports:
- name: tcp-30009-30009
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ data:
AGENT_BACKGROUND:
MSG_LOG_ES_WHITE_ALL_OPEN: true
LICENSE_HOST:
adp: "https://adp.cloud.tencent.com/cgi/apex/test/adp/platform/CheckLicense"
adp: "https://adp.cloud.tencent.com/cgi/apex/adp/platform/CheckLicense"
PUBLIC_KEY: |
-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAurReoU7qNrUu+hVIiCLM
Expand Down
13 changes: 13 additions & 0 deletions incubator/adp/charts/adp-plugin-exec/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ data:
protocol: trpc
network: tcp
timeout: 30000
- callee: trpc.adp.skill_config.SkillConfig
target: "ip://adp-skill-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
namespace: ${NAMESPACE}
protocol: trpc
network: tcp
timeout: 30000
- callee: trpc.KEP.plugin_config_server.PluginConfig
target: "ip://adp-plugin-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
namespace: ${NAMESPACE}
Expand Down Expand Up @@ -3530,6 +3536,7 @@ data:
PLATFORM_MANAGER_LOGIN_TARGET: "ip://adp-platform-manager.{{ .Release.Namespace }}.svc.cluster.local:9091"
METROLOGY_TARGET: "ip://adp-platform-metrology.{{ .Release.Namespace }}.svc.cluster.local:8000"
SKILL_CONFIG_TARGET: "ip://adp-skill-config.{{ .Release.Namespace }}.svc.cluster.local:8001" # TODO: 待人工确认
SKILL_CONFIG_SVC_TARGET: "ip://adp-skill-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
PLUGIN_CONFIG_SERVER_TARGET: "ip://adp-plugin-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
PLUGIN_CONFIG_MCP_TARGET: "ip://adp-plugin-config.{{ .Release.Namespace }}.svc.cluster.local:8003"
WORKFLOW_CONFIG_TARGET: "ip://adp-workflow-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
Expand Down Expand Up @@ -7999,6 +8006,12 @@ data:
protocol: trpc
network: tcp
timeout: 30000
- callee: trpc.adp.skill_config.SkillConfig
target: "ip://adp-skill-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
namespace: ${NAMESPACE}
protocol: trpc
network: tcp
timeout: 30000
- callee: trpc.KEP.plugin_config_server.PluginConfig
target: "ip://adp-plugin-config.{{ .Release.Namespace }}.svc.cluster.local:8000"
namespace: ${NAMESPACE}
Expand Down
4 changes: 4 additions & 0 deletions incubator/adp/charts/adp-pyright/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ kind: Service
metadata:
name: adp-pyright
namespace: {{ .Release.Namespace }}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
ports:
- name: tcp-30008-30008
Expand Down
Loading