代码拉取完成,页面将自动刷新
同步操作将从 之江天枢/Dubhe-deploy 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
apiVersion: v1
kind: ConfigMap
metadata:
name: dubhe-cm
namespace: dubhe-system
data:
# define csi name
# If Dubhe is deployed in one node, then we can config storage.classname as hostpath.
# That means all data will be located in local path defined in "storage.path".
storage.classname: "hostpath"
# Dubhe-Storage
storage.size: "50Gi"
# Local data path when storage.calssname is "hostpath"
storage.path: "/data"
# Harbor config (填入你自己的镜像仓库地址及账号密码,支持阿里云镜像仓库)
harbor.server: "docker.hub"
harbor.username: "admin"
harbor.password: "Harbor12345"
# 将下面IP替换成你自己服务器的IP地址(内网)
prometheus.server: "127.0.0.1:30003"
elasticsearch.server: "127.0.0.1"
backend.terminal.host: "127.0.0.1"
# If defined, web service will visit node ip instead of services defined in k8s.
#假如您的服务器在公网,请把下面的ip换成公网的IP,如果只有内网IP即填写内网IP
web.proxy.host: "127.0.0.1"
# Dubhe code to compile
code.repo: "https://gitee.com/zhijiangtianshu/Dubhe.git"
code.branch: "master"
# Environment config
dubhe.environment: "dubhe-prod"
# Mysql config
mysql.db.server: "mysql.dubhe-system.svc.cluster.local"
mysql.port: "3306"
mysql.root.password: "root"
# Nacos config
nacos.server: "nacos.dubhe-system.svc.cluster.local"
nacos.port: "8848"
nacos.mysql.db.name: "nacos_dev"
nacos.mysql.user: "nacos"
nacos.mysql.password: "nacos"
# Minio config
minio.server: "minio.dubhe-system.svc.cluster.local"
minio.port: "9000"
minio.accesskey: "admin"
minio.secretkey: "abcdefg123456"
# Redis config
redis.server: "redis.dubhe-system.svc.cluster.local"
redis.password: "Tianshu@123"
# Backend config
backend.server: "backend.dubhe-system.svc.cluster.local"
backend.password: "123456"
backend.k8s.server: "backend-k8s.dubhe-system.svc.cluster.local"
backend.gateway.server: "backend-gateway.dubhe-system.svc.cluster.local"
backend.visual.server: "backend-visual.dubhe-system.svc.cluster.local"
backend.model-measure.server: "backend-model-measure.dubhe-system.svc.cluster.local"
backend.model-convert.server: "backend-model-converter.dubhe-system.svc.cluster.local"
backend.data.server: "backend-data.dubhe-system.svc.cluster.local"
backend.data.dcm.server: "backend-data-dcm.dubhe-system.svc.cluster.local"
backend.dcm4chee.server: "backend-dcm4chee.dubhe-system.svc.cluster.local"
web.server: "web.dubhe-system.svc.cluster.local"
grafana.server: "grafana.kube-system.svc.cluster.local:30006"
# All image can be configured and redeploy.
# Image can be rebuild by "./dubhectl build-image", please refer to "./dubhectl help"
image.imgprocess.algorithm: "registry.cn-hangzhou.aliyuncs.com/enlin/imgprocess:v1"
image.ofrecord.algorithm: "registry.cn-hangzhou.aliyuncs.com/enlin/ofrecord:v1"
image.videosample.algorithm: "registry.cn-hangzhou.aliyuncs.com/enlin/videosample:v1"
image.backend: "registry.cn-hangzhou.aliyuncs.com/enlin/dubhe-java:v1"
image.backend-init: "backend-init:v1"
image.backend-visual: "registry.cn-hangzhou.aliyuncs.com/enlin/visual-server:v1"
image.converter: "registry.cn-hangzhou.aliyuncs.com/enlin/model-converter:v1"
image.measuring: "registry.cn-hangzhou.aliyuncs.com/enlin/model-measuring:v1"
image.optimize: "registry.cn-hangzhou.aliyuncs.com/enlin/oneflow-gpu:base"
image.tadl: "registry.cn-hangzhou.aliyuncs.com/enlin/automl-nas-pytorch17:v1"
image.minio: "minio/minio:RELEASE.2020-04-28T23-56-56Z"
image.minio-init: "minio-init:v1"
image.mysql: "nacos/nacos-mysql:5.7"
image.mysql-init: "mysql-init:v1"
image.nacos: "nacos/nacos-server:2.0.3"
image.nacos-init: "nacos-init:v1"
image.redis: "redis:5.0.7"
image.storage-init: "registry.cn-hangzhou.aliyuncs.com/enlin/storage-init:v1"
# You need build web images separatel. Use command "./dubhectl build-image web"
image.web: "web:v1"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。