Skip to content

Commit 6d61417

Browse files
committed
small fix in readme
1 parent 5f4ca6f commit 6d61417

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployment/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Both `kubectl` and `helm` deploy bunch of Kubernetes resources:
3333
To allow external communication (outside of your cluster) do:
3434

3535
```bash
36-
# both helm versions
3736
helm upgrade --set service.type=LoadBalancer rig accenture/reactive-interaction-gateway
3837
# for kubectl update kubectl/rig.yaml to use a service of type LoadBalancer instead of ClusterIP
3938
```
@@ -43,8 +42,7 @@ helm upgrade --set service.type=LoadBalancer rig accenture/reactive-interaction-
4342
Scale the deployment and create multiple pods
4443

4544
```bash
46-
# both helm versions
47-
helm upgrade --set service.type=LoadBalancer --set replicaCount=<replicas> rig accenture/reactive-interaction-gateway
45+
helm upgrade --set replicaCount=<replicas> rig accenture/reactive-interaction-gateway
4846
# or
4947
kubectl scale deployment/<deployment_name> --replicas <replicas>
5048
```

0 commit comments

Comments
 (0)