Skip to content

Commit

Permalink
docs: update busybox to nginx (#2118)
Browse files Browse the repository at this point in the history
Signed-off-by: ty-dc <[email protected]>
  • Loading branch information
ty-dc authored Aug 2, 2023
1 parent f95a2bf commit d05975a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/install/cloud/get-started-alibaba-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
v1.multus-cni.io/default-network: kube-system/ipvlan-eth1
spec:
containers:
- image: busybox
- image: nginx
imagePullPolicy: IfNotPresent
name: test-app-2
ports:
Expand All @@ -255,15 +255,15 @@ kind: Service
metadata:
name: test-svc
labels:
app: test-app-1
app: test-app-2
spec:
type: ClusterIP
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: test-app-1
app: test-app-2
EOF
```

Expand Down

0 comments on commit d05975a

Please sign in to comment.