File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Both `kubectl` and `helm` deploy bunch of Kubernetes resources:
3333To allow external communication (outside of your cluster) do:
3434
3535``` bash
36- # both helm versions
3736helm 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-
4342Scale 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
4947kubectl scale deployment/< deployment_name> --replicas < replicas>
5048```
You can’t perform that action at this time.
0 commit comments