GenieACS Stack - Helm Charts

Helm chart repository for GenieACS deployment on Kubernetes.

Usage

  # Add repository
  helm repo add genieacs https://cepat-kilat-teknologi.github.io/genieacs-stack
  helm repo update

  # Search available charts
  helm search repo genieacs

  # Install default chart
  helm install genieacs genieacs/genieacs \
    --namespace genieacs \
    --create-namespace

  # Install with NBI authentication
  helm install genieacs genieacs/genieacs-nbi-auth \
    --namespace genieacs \
    --create-namespace
      

Available Charts

genieacs

Default GenieACS deployment without NBI API authentication.

genieacs-nbi-auth

GenieACS deployment with X-API-Key authentication for NBI API.

Links