Minor corrections
parent
b2f43e818d
commit
74456e61c4
@ -235,11 +235,11 @@ To delete eShop deployments you can use this command:
|
|||||||
helm delete --purge $(helm ls --all --short eshop)
|
helm delete --purge $(helm ls --all --short eshop)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Explore internal services
|
## Explore internal services
|
||||||
|
|
||||||
You can expose internal services by using [NodePorts](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) (among some other options)
|
You can expose internal services by using [NodePorts](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) (among some other options)
|
||||||
|
|
||||||
To expose the SQL Server service and the RabbitMQ admin port, you can run the following script, from the `k8s` folder:
|
To expose the SQL Server service and the RabbitMQ admin port, when deploying to local Kubernetes, you can run the following script, from the `k8s` folder:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
.\deploy-nodeports.ps1
|
.\deploy-nodeports.ps1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user