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