https://github.com/appscode-cloud/ui-wizards
https://github.com/appscode-cloud/ui-wizards
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appscode-cloud/ui-wizards
- Owner: appscode-cloud
- License: other
- Created: 2020-12-09T13:02:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:00:43.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:03:43.353Z (over 1 year ago)
- Language: JavaScript
- Size: 89.6 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ui-wizards
## ByteBuilders UI Chart Registry
### Configure Helm
```console
helm repo add bytebuilders-ui https://bundles.byte.builders/ui/
helm repo update
```
## Configure Development Helm Chart Repository
```console
helm repo add bytebuilders-ui-dev https://raw.githubusercontent.com/bytebuilders/ui-wizards/master/stable
helm repo update
```
## Test Charts
### MySQL
```bash
helm install kubedbcom-mysql-editor-options charts/kubedbcom-mysql-editor-options
helm uninstall kubedbcom-mysql-editor-options
helm install kubedbcom-mysql-editor-options charts/kubedbcom-mysql-editor-options \
--set spec.mode=GroupReplication
helm uninstall kubedbcom-mysql-editor-options
helm install kubedbcom-mysql-editor-options charts/kubedbcom-mysql-editor-options \
--set spec.mode=InnoDBCluster
helm uninstall kubedbcom-mysql-editor-options
```
### Elasticsearch
```bash
helm install kubedbcom-elasticsearch-editor-options charts/kubedbcom-elasticsearch-editor-options
helm uninstall kubedbcom-elasticsearch-editor-options
helm install kubedbcom-elasticsearch-editor-options charts/kubedbcom-elasticsearch-editor-options \
--set spec.mode=Dedicated
helm uninstall kubedbcom-elasticsearch-editor-options
```
### MariaDB
```bash
helm install kubedbcom-mariadb-editor-options charts/kubedbcom-mariadb-editor-options
helm uninstall kubedbcom-mariadb-editor-options
helm install kubedbcom-mariadb-editor-options charts/kubedbcom-mariadb-editor-options \
--set spec.mode=Cluster
helm uninstall kubedbcom-mariadb-editor-options
```
### Postgres
```bash
helm install kubedbcom-postgres-editor-options charts/kubedbcom-postgres-editor-options
helm uninstall kubedbcom-postgres-editor-options
helm install kubedbcom-postgres-editor-options charts/kubedbcom-postgres-editor-options \
--set spec.mode=Cluster
helm uninstall kubedbcom-postgres-editor-options
```
### Redis
```bash
helm install kubedbcom-redis-editor-options charts/kubedbcom-redis-editor-options
helm uninstall kubedbcom-redis-editor-options
helm install kubedbcom-redis-editor-options charts/kubedbcom-redis-editor-options \
--set spec.mode=Cluster
helm uninstall kubedbcom-redis-editor-options
helm install kubedbcom-redis-editor-options charts/kubedbcom-redis-editor-options \
--set spec.mode=Sentinel
helm uninstall kubedbcom-redis-editor-options
```
### Memcached
```bash
helm install kubedbcom-memcached-editor-options charts/kubedbcom-memcached-editor-options
helm uninstall kubedbcom-memcached-editor-options
```