-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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: extensions.kubeblocks.io/v1alpha1 | ||
kind: Addon | ||
metadata: | ||
annotations: | ||
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0' | ||
addons.extensions.kubeblocks.io/default-is-empty: 'true' | ||
labels: | ||
addon.kubeblocks.io/model: RDBMS | ||
addon.kubeblocks.io/provider: apecloud | ||
app.kubernetes.io/name: apecloud-mysql | ||
app.kubernetes.io/version: 0.8.0-alpha.6 | ||
name: apecloud-mysql | ||
spec: | ||
defaultInstallValues: | ||
- enabled: true | ||
description: ApeCloud MySQL is a database that is compatible with MySQL syntax and | ||
achieves high availability through the utilization of the RAFT consensus protocol. | ||
helm: | ||
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/apecloud-mysql-0.8.0-alpha.6.tgz | ||
installable: | ||
autoInstall: true | ||
type: Helm |
This file contains 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,23 @@ | ||
apiVersion: extensions.kubeblocks.io/v1alpha1 | ||
kind: Addon | ||
metadata: | ||
annotations: | ||
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0' | ||
addons.extensions.kubeblocks.io/default-is-empty: 'true' | ||
labels: | ||
addon.kubeblocks.io/model: RDBMS | ||
addon.kubeblocks.io/provider: apecloud | ||
app.kubernetes.io/name: orioledb | ||
app.kubernetes.io/version: 0.8.0-alpha.5 | ||
name: orioledb | ||
spec: | ||
defaultInstallValues: | ||
- enabled: true | ||
description: OrioleDB is a new storage engine for PostgreSQL, bringing a modern | ||
approach to database capacity, capabilities and performance to the world's most-loved | ||
database platform. | ||
helm: | ||
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/orioledb-0.8.0-alpha.5.tgz | ||
installable: | ||
autoInstall: true | ||
type: Helm |