This Helm chart deploys a simple test application on Kubernetes.
It creates a Deployment with a single container and exposes it through a Service.
- Kubernetes Deployment
- Kubernetes Service (ClusterIP by default)
- Configurable container image, replicas, and ports
- Ready-to-use for testing workloads or as a template for custom apps
-
Clone or copy this chart into your workspace.
-
Install the chart:
helm install test-app ./test-app