Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Sorry for the typo.

Co-authored-by: inductor(Kohei) <kela@inductor.me>
This commit is contained in:
Makoto Watanabe
2020-06-13 17:23:58 +09:00
committed by GitHub
parent b85be9d581
commit 4f3ebb4c29
@@ -186,7 +186,7 @@ spec:
targetPort: 9376
```
構成の全範囲をハイライトするため、ここで作成したServiceはPodとは異なるポート番号を市湯します。
構成の全範囲をハイライトするため、ここで作成したServiceはPodとは異なるポート番号を使用します。
多くの実際のServiceでは、これらのポートは同じになる場合があります。
{{< /note >}}