Skip to content

gcdd1993/sentinel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

构建

docker build -f Dockerfile -t gcdd1993/sentinel-dashboard:1.8.1 .

或者可以直接使用gcdd1993/sentinel-dashboard

Helm 部署

$ helm repo add sentinel-dashboard https://github.com/gcdd1993/sentinel-docker/tree/master/helm-charts/sentinel-dashboard
$ helm install sentinel-dashboard sentinel-dashboard

配置

config.username=sentinel // sentinel dashboard 用户名
config.password=sentinel // sentinel dashboard 密码

image.repository=gcdd1993/sentinel-dashboard
image.tag=1.8.1

services.http.type=ClusterIP // 可以修改为NodePort以便于集群外部访问
services.ports.default.port=8080 // 应用端口
services.ports.default.nodePort=30000 // service type = NodePort时生效,集群外部访问端口

ingress.enabled=false
ingress.path=/
ingress.hosts=[chart-example.local]