From 54a183c80851491914831873bea0e5ea7c2f0ae4 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh <13281246+sughosneo@users.noreply.github.com> Date: Wed, 13 Jan 2021 20:47:04 +0530 Subject: [PATCH] Fixed typo in the command. --- Deploy-to-Local-Kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy-to-Local-Kubernetes.md b/Deploy-to-Local-Kubernetes.md index 95e2622..62804eb 100644 --- a/Deploy-to-Local-Kubernetes.md +++ b/Deploy-to-Local-Kubernetes.md @@ -364,7 +364,7 @@ To expose the SQL Server service and the RabbitMQ admin port, when deploying to ```powershell kubectl apply -f .\nodeports\rabbitmq-admin.yaml -kubectl apply -f .\nodeports\sql-services.yaml +kubectl apply -f .\nodeports\sql-service.yaml ``` This will expose the following infrastructure services: