Skip to content

Commit

Permalink
fix: websocket sync error caused by typo in values.yaml (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Bird <aflybird0@gmail.com>

Signed-off-by: Bird <aflybird0@gmail.com>
  • Loading branch information
aFlyBird0 authored Sep 24, 2022
1 parent d366b1b commit 21be365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/shenyu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: shenyu
description: Helm Chart for deploying Apache ShenYu in Kubernetes
type: application
version: 0.2.0
version: 0.2.1
appVersion: "2.5.0"
icon: https://shenyu.apache.org/img/logo.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/shenyu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ applicationConfig:
websocket:
enabled: true
messageMaxSize: 10240
allowOrigins: ws://{{ template "common.names.fullname" . }}-admin.shenyu.svc.cluster.local:9095;{{ template "common.names.fullname" . }}-bootstrap.shenyu.svc.cluster.local:9195;
allowOrigins: ws://{{ template "common.names.fullname" . }}-admin.shenyu.svc.cluster.local:9095;ws://{{ template "common.names.fullname" . }}-bootstrap.shenyu.svc.cluster.local:9195;
# zookeeper:
# url: localhost:2181
# sessionTimeout: 5000
Expand Down

0 comments on commit 21be365

Please sign in to comment.