Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cluster values #1146

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading