Overview of available Helm charts
mainThe bjw-s-labs/helm-charts repository provides a collection of reusable Helm charts for deploying applications in Kubernetes. The primary charts available are:
- App Template: A specialized application chart built on top of the Common Library. It allows you to deploy any application by defining your Kubernetes resource requirements directly within a
values.yamlfile. - Multus CNI: A chart used to deploy Multus CNI into a Kubernetes cluster, which enables pods to have multiple network interfaces.
- Common Library: A library chart that provides reusable template functions for standard Kubernetes resources such as
Deployments,Services,ConfigMaps, andIngress.