From fae4972ac23502dd639e35710e214332b58cff86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 24 Jan 2026 19:33:03 +0000 Subject: [PATCH] modified: README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5573366..4b26611 100644 --- a/README.md +++ b/README.md @@ -322,8 +322,9 @@ envsubst < ./secret.yaml | kubectl apply -f - ### Deployment - Set Replicas ``` bash +DEPLOYMENT_NAME="deployment name" # example with 0 to "disable" deployment -kubectl scale deployment --replicas=0 +kubectl scale deployment ${DEPLOYMENT_NAME} --replicas=0 ``` ### Deployment - Restart