https://github.com/thiagoloureiro/alerthawk.chart
https://github.com/thiagoloureiro/alerthawk.chart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagoloureiro/alerthawk.chart
- Owner: thiagoloureiro
- Created: 2024-06-26T14:44:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T21:46:53.000Z (8 months ago)
- Last Synced: 2024-10-21T11:44:10.871Z (8 months ago)
- Language: Smarty
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Chart for AlertHawk Components
This Helm chart deploys AlertHawk components as Kubernetes deployments and services.
## Components Deployed
- `alerthawk-monitoring`
- `alerthawk-auth`
- `alerthawk-notification`
- `alerthawk-ui`## Prerequisites
- Kubernetes cluster
- Helm 3.x installed## Installation
1. Add the Helm repository:
```bash
helm repo add alerthawk https://thiagoloureiro.github.io/AlertHawk.Chart/
helm repo update