From 98478a34a74fa177473414f4e78550d8030ae3df Mon Sep 17 00:00:00 2001 From: simple321vip <635344988@qq.com> Date: Sat, 6 Jun 2026 02:25:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20AI/openviking/k8s/01-deplo?= =?UTF-8?q?yment.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/openviking/k8s/01-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI/openviking/k8s/01-deployment.yaml b/AI/openviking/k8s/01-deployment.yaml index acad535..100d129 100644 --- a/AI/openviking/k8s/01-deployment.yaml +++ b/AI/openviking/k8s/01-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: openviking - image: ghcr.io/volcengine/openviking:latest + image: ccr.ccs.tencentyun.com/tei_agent/openviking:latest ports: - containerPort: 1933 protocol: TCP