Helm chart repository for GenieACS deployment on Kubernetes.
# 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
Default GenieACS deployment without NBI API authentication.
GenieACS deployment with X-API-Key authentication for NBI API.