Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Oct 11, 2020
1 parent 623dd8d commit 060a1d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ docker run -d \
```

### Monitoring
Adminio-API expose metrics for [Prometheus](https://prometheus.io/) at `/metrics` if `ADMINIO_METRICS_ENABLE` is set to `true`.
### Kubernetes/OpenShift/OKD/OCP
go to [Helm carts](https://github.com/rzrbld/adminio-helm) repo

### Run manually
- [start](https://docs.min.io/) minio server
- set env variables
- go to `src` folder and compile with `go build main.go`, then run `./main` binary


### Monitoring
Adminio-API expose metrics for [Prometheus](https://prometheus.io/) at `/metrics` if `ADMINIO_METRICS_ENABLE` is set to `true`.

### Config Env variables
| Variable | Description | Default |
|--------------|:-----------------------:|-----------:|
Expand Down

0 comments on commit 060a1d6

Please sign in to comment.