Skip to content

Commit

Permalink
doc: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBabel committed Aug 19, 2022
1 parent 9aac6b4 commit 5cd2c20
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# MakairaIO helm-charts

In this repository ou can find custom helm-charts that are used at Makaira.

## Charts inside this repository
### matomo
We are using Matomo for our analytics. For that, we adjusted the matomo chart from t3n to our own needs and published it here.

### php-stack
We created a chart that is used for all of our custom PHP microservices. We needed a flexibile solution that offer support for workers, cronjobs, migrations and some other things. These and more features are provided by this chart.

*It is based on the common chart from k8s-at-home, the MariaDB and the the Redis chart by Bitnami.*

More information about this chart can be found inside the [readme](/charts/php-stack) of the chart.

## How to use this repository

### Add the repository to your Helm repositories
```bash
helm repo add makaira https://charts.makaira.io
```

### Reference the chart inside your Chart.yaml as a dependency
```yaml
dependencies:
- name: php-stack
version: 2.2.0
repository: https://charts.makaira.io
alias: example-deployment
```

0 comments on commit 5cd2c20

Please sign in to comment.