[zh-cn]Update content/zh-cn/examples/service/networking/dual-stack-preferred-svc.yaml

pull/35515/head
Kinzhi 2022-07-29 01:34:26 +08:00
parent 550f3e5b99
commit 919a54083c
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ kind: Service
metadata:
name: my-service
labels:
app: MyApp
app.kubernetes.io/name: MyApp
spec:
ipFamilyPolicy: PreferDualStack
selector:
app: MyApp
app.kubernetes.io/name: MyApp
ports:
- protocol: TCP
port: 80