[zh] Fix path for example yaml

pull/45110/head
Arhell 2024-02-13 00:20:07 +02:00
parent a75dd33c21
commit b3c94ccf4a
1 changed files with 2 additions and 2 deletions

View File

@ -92,14 +92,14 @@ Start RabbitMQ as follows:
-->
```shell
# 为 StatefulSet 创建一个 Service 来使用
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-service.yaml
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-service.yaml
```
```
service "rabbitmq-service" created
```
```shell
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-statefulset.yaml
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-statefulset.yaml
```
```