diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index ea0f01ab0d..6779b04f68 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -74,7 +74,7 @@ a new instance. The name of a Service object must be a valid [DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names). -For example, suppose you have a set of Pods and each of them listens on TCP port 9376 +For example, suppose you have a set of Pods where each listens on TCP port 9376 and contains a label `app=MyApp`: ```yaml