Skip to content

Commit b9b61c8

Browse files
authored
Merge pull request #35515 from kinzhi/kinzhi192
[zh-cn]Update content/zh-cn/examples/service/networking/dual-stack-preferred-svc.yaml
2 parents 61b5945 + 919a540 commit b9b61c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ kind: Service
33
metadata:
44
name: my-service
55
labels:
6-
app: MyApp
6+
app.kubernetes.io/name: MyApp
77
spec:
88
ipFamilyPolicy: PreferDualStack
99
selector:
10-
app: MyApp
10+
app.kubernetes.io/name: MyApp
1111
ports:
1212
- protocol: TCP
1313
port: 80

0 commit comments

Comments
 (0)