作者 yangfu
@@ -21,7 +21,7 @@ FROM alpine:latest @@ -21,7 +21,7 @@ FROM alpine:latest
21 # Define the project name | 定义项目名称 21 # Define the project name | 定义项目名称
22 ARG PROJECT=core 22 ARG PROJECT=core
23 # Define the config file name | 定义配置文件名 23 # Define the config file name | 定义配置文件名
24 -ARG CONFIG_FILE=core-dev.yaml 24 +ARG CONFIG_FILE=core-prd.yaml
25 # Define the author | 定义作者 25 # Define the author | 定义作者
26 ARG AUTHOR=785409885@qq.com 26 ARG AUTHOR=785409885@qq.com
27 27
@@ -20,7 +20,7 @@ ApiAuth: @@ -20,7 +20,7 @@ ApiAuth:
20 Timeout: 0s 20 Timeout: 0s
21 21
22 Redis: 22 Redis:
23 - Host: 192.168.0.243:30379 23 + Host: 192.168.0.245:30379
24 Type: node 24 Type: node
25 Pass: 25 Pass:
26 DB: 26 DB:
@@ -38,7 +38,7 @@ spec: @@ -38,7 +38,7 @@ spec:
38 - key: kubernetes.io/hostname 38 - key: kubernetes.io/hostname
39 operator: In 39 operator: In
40 values: 40 values:
41 - - cn-hangzhou.i-bp1djh1xn7taumbue1zd 41 + - cn-hangzhou.i-bp1djh1xn7taumbue1ze
42 containers: 42 containers:
43 - name: sumifcc-bchart 43 - name: sumifcc-bchart
44 image: 192.168.0.243:5000/mmm/sumifcc-bchart:master 44 image: 192.168.0.243:5000/mmm/sumifcc-bchart:master