From eee370a8371ee17af32ebc2e9c1cba3c4ed7d0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E6=B1=9F=E5=A4=A9=E6=9E=A2?= Date: Thu, 14 Apr 2022 03:21:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20dubhe-server/yaml/common-k8s.yaml.=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86yaml=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=AE=98=E6=96=B9=E5=BC=80=E6=BA=90=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dubhe-server/yaml/common-k8s.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dubhe-server/yaml/common-k8s.yaml b/dubhe-server/yaml/common-k8s.yaml index 7ad13c6..de86f6c 100644 --- a/dubhe-server/yaml/common-k8s.yaml +++ b/dubhe-server/yaml/common-k8s.yaml @@ -2,7 +2,7 @@ train-job: docker-dataset-path: "/dataset" k8s: - # k8s集群配置文件 + # k8s集群配置文件,路径为/Dubhe/dubhe-server/common-k8s/src/main/resources,将自己k8s集群的配置文件替换进去即可 kubeconfig: kubeconfig_test # nfs服务暴露的IP地址 如需测试需修改为合适的地址 nfs: 127.0.0.1 @@ -17,7 +17,7 @@ k8s: # 命名空间关键字 namespace: namespace # k8s ingress域名 如需测试需修改为合适的域名,注意:需要为此域名配置泛域名解析到 k8s集群master节点的ip - host: notebooktest.dubhe.club + host: notebook.dubhe.club # k8s ingress-controller 对外port port: 30865 # k8s ingress-controller 对外grpc port @@ -25,7 +25,7 @@ k8s: # k8s 模型部署配置 serving: # k8s 模型部署域名 如需测试需修改为合适的域名 - host: servingtest.dubhe.club + host: serving.dubhe.club # tls 证书 crt tls-crt: # tls 证书 key @@ -70,7 +70,7 @@ k8s: gpu: 2 #配置harbor harbor: - address: harbor.dubhe.ai + address: harbor.dubhe.com username: admin password: Harbor12345 model-name: train @@ -80,7 +80,7 @@ minio: url: http://127.0.0.1:9000/ accessKey: admin secretKey: 123@abc.com - bucketName: dubhe-cloud-test + bucketName: dubhe-prod presignedUrlExpiryTime: 300 annotation: /annotation/