Skip to content

Commit

Permalink
Refactor the first version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Mar 31, 2024
1 parent fbc23f4 commit 46335b1
Show file tree
Hide file tree
Showing 89 changed files with 483 additions and 10,454 deletions.
20 changes: 20 additions & 0 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Apache Dubbo Admin

A Helm chart for Dubbo Admin The ops and reference implementation for Apache Dubbo.

## Prerequisites

* Kubernetes v1.14+
* Helm v3+

### Install

```bash
helm install [RELEASE_NAME] dubbo-admin --namespace dubbo-system --create-namespace
```

### Uninstall

```bash
helm delete [RELEASE_NAME] --namespace dubbo-system
```
23 changes: 0 additions & 23 deletions charts/admin-stack/charts/dubbo-admin/.helmignore

This file was deleted.

13 changes: 0 additions & 13 deletions charts/admin-stack/charts/dubbo-admin/Chart.yaml

This file was deleted.

Empty file.
103 changes: 0 additions & 103 deletions charts/admin-stack/charts/dubbo-admin/templates/_helpers.tpl

This file was deleted.

39 changes: 0 additions & 39 deletions charts/admin-stack/charts/dubbo-admin/templates/clusterrole.yaml

This file was deleted.

This file was deleted.

78 changes: 0 additions & 78 deletions charts/admin-stack/charts/dubbo-admin/templates/ingress.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions charts/admin-stack/charts/dubbo-admin/templates/networkpolicy.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions charts/admin-stack/charts/dubbo-admin/templates/pdb.yaml

This file was deleted.

Loading

0 comments on commit 46335b1

Please sign in to comment.