From 11e5ae5532b5be19ff7df6423b4f487321c79b73 Mon Sep 17 00:00:00 2001 From: 65397 Date: Wed, 25 Mar 2026 01:07:34 +0100 Subject: [PATCH] Enhance deployment instructions in README Updated deployment instructions for NGINX Declarative API to include Helm chart. Signed-off-by: 65397 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc6610..704333a 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,11 @@ A sample Postman collection and usage instructions can be found [here](/contrib/ ## 🏃 How to run -NGINX Declarative API can be deployed on a Linux virtual machine using [docker-compose](/contrib/docker-compose) or on [Kubernetes](/contrib/kubernetes) +NGINX Declarative API can be deployed on: + +* Linux virtual machine using [docker-compose](/contrib/docker-compose) +* Kubernetes using [manifests](/contrib/kubernetes) +* Kubernetes using a [Helm chart](contrib/helm/nginx-declarative-api) ## 🐳 Building Docker images