Skip to content

Commit 87a9922

Browse files
authored
Update tutorial-kubernetes-paas-services.md
1 parent 1bdd64c commit 87a9922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-paas-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In previous tutorials, you used a RabbitMQ container to store orders submitted b
143143
```
144144
145145
2. Open the `aks-store-quickstart.yaml` file in a text editor.
146-
3. Remove the existing `rabbitmq` Deployment, ConfigMap, and Service sections and replace the existing `order-service` Deployment section with the following content:
146+
3. Remove the existing `rabbitmq` StatefulSet, ConfigMap, and Service sections and replace the existing `order-service` Deployment section with the following content:
147147
148148
```yaml
149149
apiVersion: apps/v1

0 commit comments

Comments
 (0)