update(app): add helm chart and cleanup repo
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m48s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 09:05:15 +00:00
parent c12ce697c0
commit acef6cb9a1
19 changed files with 274 additions and 777 deletions

View File

@@ -127,3 +127,23 @@ curl -X GET "http://<EXTERNAL-IP>/export?format=yaml"
```shell
curl -X GET "http://<EXTERNAL-IP>/export?format=json"
```
## MetalCheck Helm Chart
This Helm chart deploys the MetalCheck backend on a Kubernetes cluster.
### Installation
#### Prerequisites
- Kubernetes cluster (1.18+ recommended)
- Helm 3.x installed
- Docker image for MetalCheck backend
#### Install Chart
1. Update `values.yaml` with your specific configurations.
2. Install the chart:
```bash
helm install metalcheck ./metalcheck-helm