Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliy-t committed Oct 6, 2020
1 parent 8a69000 commit 966b7c0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Tarantool examples

### CRUD storage

1. install helm repos

```shell
$ helm repo add tarantool https://tarantool.github.io/tarantool-operator
$ helm repo add tarantool-examples https://vasiliy-t.github.io/tarantool_examples
```

2. install tarantool operator

```shell
$ helm install --set namespace=tarantool tarantool-operator tarantool/tarantool-operator --namespace tarantool --create-namespace --version 0.0.6
```

3. install CRUD storage

```shell
$ helm install tarantool-crud tarantool-examples/crud-storage --namespace=tarantool
```

0 comments on commit 966b7c0

Please sign in to comment.