Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 449 Bytes

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:
    helm repo add alerthawk https://thiagoloureiro.com.br/AlertHawk.Chart/
    helm repo update