Skip to content

Commit

Permalink
Merge pull request #73 from andyli029/feature_428_release
Browse files Browse the repository at this point in the history
charts: modify the key words #41
  • Loading branch information
andyli029 authored Apr 27, 2021
2 parents d05485c + 5b0c9a7 commit 7fd6aed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# XenonDB
XenonDB is a open-source, cloud-native, High-Availability cluster solutions that is based on MySQL.
# RadonDB-MySQL
RadonDB-MySQL is a open-source, cloud-native, High-Availability cluster solutions that is based on MySQL.

# Github

https://github.com/radondb/xenondb
https://github.com/radondb/radondb-mysql-kubernetes
# Features
- High availability MySQL database
- Non-centralized automatic leader election
Expand Down Expand Up @@ -49,9 +49,9 @@ $ helm delete my-release
To delete the pvc:

```
kubectl delete pvc data-my-release-xenondb-0
kubectl delete pvc data-my-release-xenondb-1
kubectl delete pvc data-my-release-xenondb-2
kubectl delete pvc data-my-release-mysql-0
kubectl delete pvc data-my-release-mysql-1
kubectl delete pvc data-my-release-mysql-2
```

The commands remove all the Kubernetes components associated with the chart and deletes the release completely.
Expand Down

0 comments on commit 7fd6aed

Please sign in to comment.