Skip to content

Commit

Permalink
chore: update cluster values
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Nov 1, 2024
1 parent 5173d9e commit 5877e34
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addons-cluster/apecloud-mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ proxy:
## customized default values to override kblib chart's values
extra:
disableExporter: true
rbacEnabled: true
terminationPolicy: Delete

## metrics sidecars
sidecars:
Expand Down
5 changes: 5 additions & 0 deletions addons-cluster/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ requests:
storage: 20

hostnetwork: "enabled"

## @param extra.rbacEnabled if true, create rbac
extra:
rbacEnabled: true
terminationPolicy: Delete
5 changes: 3 additions & 2 deletions addons-cluster/mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ proxysql:
memory: 1

## @param extra.rbacEnabled if true, create rbac
# extra:
# rbacEnabled: true
extra:
rbacEnabled: true
terminationPolicy: Delete

orchestrator:
enable: false
Expand Down

0 comments on commit 5877e34

Please sign in to comment.