Skip to content

Commit

Permalink
feat: support the latest version of shenyu 2.5.1 (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Bird <aflybird0@gmail.com>
  • Loading branch information
aFlyBird0 authored Mar 23, 2023
1 parent f544b5f commit fb03da7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/shenyu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: shenyu
description: Helm Chart for deploying Apache ShenYu in Kubernetes
type: application
version: 0.5.4
appVersion: "2.5.0"
version: 0.6.0
appVersion: "2.5.1"
icon: https://shenyu.apache.org/img/logo.png
maintainers:
- name: erdengk
Expand Down
29 changes: 24 additions & 5 deletions charts/shenyu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# global configs #
#################################################
# it's not recommended to change this version
version: 2.5.0
version: 2.5.1
admin:
enabled: true
# replicas of admin, K8s will load balance the requests
Expand Down Expand Up @@ -142,7 +142,6 @@ applicationConfig:
spring:
main:
allow-bean-definition-overriding: true
allow-circular-references: true
application:
name: shenyu-bootstrap
codec:
Expand Down Expand Up @@ -190,10 +189,15 @@ applicationConfig:
enabled: false

shenyu:
trie:
childrenSize: 10000
pathVariableSize: 1000
pathRuleCacheSize: 1000
matchMode: antPathMatch
matchCache:
enabled: false
selectorEnabled: false
# 256MB
maxFreeMemory: 256
maxSelectorFreeMemory: 256
netty:
http:
# set to false, user can custom the netty tcp server config.
Expand Down Expand Up @@ -271,7 +275,7 @@ applicationConfig:
# selectCount: 1
# workerCount: 8
# daemon: true
instance:
register:
enabled: false
# zookeeper, etcd, consul
registerType: zookeeper
Expand Down Expand Up @@ -490,6 +494,21 @@ applicationConfig:
- /csrf
swagger:
enable: true
dashboard:
core:
onlySuperAdminPermission:
- system:manager:add
- system:manager:edit
- system:manager:delete
- system:role:add
- system:role:edit
- system:role:delete
- system:resource:addButton
- system:resource:addMenu
- system:resource:editButton
- system:resource:editMenu
- system:resource:deleteButton
- system:resource:deleteMenu

logging:
level:
Expand Down

0 comments on commit fb03da7

Please sign in to comment.