Skip to content

Commit

Permalink
update disable graceful shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
flystar32 committed Nov 26, 2020
1 parent 0573e9c commit aec76d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions helm-chart/templates/productservice2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
value: "false"
- name: profiler.micro.service.http.server.enable
value: "false"
- name: profiler.micro.service.graceful.shutdown.enable
value: "false"
- name: demo_version
value: "true"
- name: spring.cloud.nacos.discovery.server-addr
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ slb:
# 接入 mse 时的应用名前缀
application:
name:
prefix: yizhan-
prefix: demo-


# 各组件的镜像版本号
Expand Down

0 comments on commit aec76d1

Please sign in to comment.