modified: README.md
This commit is contained in:
@@ -322,8 +322,9 @@ envsubst < ./secret.yaml | kubectl apply -f -
|
|||||||
### Deployment - Set Replicas
|
### Deployment - Set Replicas
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
DEPLOYMENT_NAME="deployment name"
|
||||||
# example with 0 to "disable" deployment
|
# example with 0 to "disable" deployment
|
||||||
kubectl scale deployment <name> --replicas=0
|
kubectl scale deployment ${DEPLOYMENT_NAME} --replicas=0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deployment - Restart
|
### Deployment - Restart
|
||||||
|
|||||||
Reference in New Issue
Block a user