Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mia-platform/helm-charts
Mia-Platform opinionated helm charts library.
https://github.com/mia-platform/helm-charts
hacktoberfest helm helm-charts kubernetes
Last synced: 3 months ago
JSON representation
Mia-Platform opinionated helm charts library.
- Host: GitHub
- URL: https://github.com/mia-platform/helm-charts
- Owner: mia-platform
- License: mit
- Created: 2020-05-26T12:52:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:24:05.000Z (9 months ago)
- Last Synced: 2024-05-29T02:30:42.455Z (9 months ago)
- Topics: hacktoberfest, helm, helm-charts, kubernetes
- Language: Mustache
- Homepage: https://mia-platform.github.io/helm-charts/
- Size: 1.05 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Mia-Platform Helm Charts Library
An opinionated collection of Helm Charts. We want to focus on adopting a default stance on security for all
the deployed resources and Out of the Box™ support for a `production` cluster, so don’t expect support for
great degrees of configurations available to you.These charts are created for [Helm v3] and will target [Kubernetes] 1.16+, that is the first version to deprecate most
of the beta version of the commonly used APIs and is therefore a nice line to draw in the sand, we cannot guarantee
that in the future we will move the support forward in step with the evolution of kubernetes.## How to Use the Charts
To use our helm charts you have to add the helm repository and select the chart you want to use:
```bash
helm repo add mia-platform https://mia-platform.github.io/helm-charts
helm search repo mia-platform
helm install release-name mia-platform/
```[Helm v3]: https://helm.sh/docs/intro/install/ (Link for installation guide of Helm v3)
[Kubernetes]: https://kubernetes.io (Production-Grade Container Orchestration)