-
Notifications
You must be signed in to change notification settings - Fork 52
initialization from script #996
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
Open
Bonusree
wants to merge
16
commits into
master
Choose a base branch
from
fix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ec54da8
clickhouse
Bonusree 1d6f6aa
perconaxtra
Bonusree e6addcc
pgb
Bonusree 9300b7c
proxysql
Bonusree 2993f55
proxysql changes, reviews
Bonusree 68c0474
Merge branch 'master' into fix
Bonusree ba6ca59
proxysql
Bonusree c912484
proxyscl yaml
Bonusree 1793bde
proxysql rewrite
Bonusree 5146c16
Merge remote-tracking branch 'origin/init' into fix
Bonusree ae4381b
clean the comments
Bonusree 38b70d1
Merge remote-tracking branch 'origin/master' into fix
souravbiswassanto 22f3dcb
remove ignite update
souravbiswassanto d42b2aa
Revert "remove ignite update"
souravbiswassanto b1cb9fa
add index
souravbiswassanto 296c18b
delete rabbitmq
Bonusree File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| apiVersion: kubedb.com/v1 | ||
| kind: PerconaXtraDB | ||
| metadata: | ||
| name: script-pxc | ||
| namespace: demo | ||
| spec: | ||
| version: "8.4.3" | ||
| replicas: 3 | ||
| storageType: Durable | ||
| storage: | ||
| storageClassName: "standard" | ||
| accessModes: | ||
| - ReadWriteOnce | ||
| resources: | ||
| requests: | ||
| storage: 1Gi | ||
| init: | ||
| script: | ||
| configMap: | ||
| name: pxc-init-script | ||
| deletionPolicy: WipeOut |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| apiVersion: kubedb.com/v1 | ||
| kind: PgBouncer | ||
| metadata: | ||
| name: script-pgbouncer | ||
| namespace: demo | ||
| spec: | ||
| version: "1.24.0" | ||
| replicas: 1 | ||
| database: | ||
| syncUsers: true | ||
| databaseName: "postgres" | ||
| databaseRef: | ||
| name: "quick-postgres" | ||
| namespace: demo | ||
| connectionPool: | ||
| maxClientConnections: 20 | ||
| reservePoolSize: 5 | ||
| init: | ||
| script: | ||
| configMap: | ||
| name: pb-init-script | ||
| deletionPolicy: WipeOut |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
docs/guides/proxysql/initialization/examples/proxyops-add-users.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| apiVersion: ops.kubedb.com/v1alpha1 | ||
| kind: ProxySQLOpsRequest | ||
| metadata: | ||
| name: add-user | ||
| namespace: demo | ||
| spec: | ||
| type: Reconfigure | ||
| proxyRef: | ||
| name: proxy-init-inline | ||
| configuration: | ||
| mysqlUsers: | ||
| users: | ||
| - username: wolverine | ||
| active: 1 | ||
| default_hostgroup: 2 | ||
| - username: superman | ||
| active: 1 | ||
| default_hostgroup: 2 | ||
| reqType: add |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.