Skip to content

Commit f6d09ec

Browse files
committed
[ja] Fix the description of Service External IPs to match the YAML example
1 parent c61d949 commit f6d09ec

File tree

1 file changed

+1
-1
lines changed
  • content/ja/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ HTTPやHTTPSなどの一般的なプロトコルでExternalNameを使用する
830830
`externalIPs`はKubernetesによって管理されず、それを管理する責任はクラスターの管理者にあります。
831831

832832
Serviceのspecにおいて、`externalIPs`は他のどの`ServiceTypes`と併用して設定できます。
833-
下記の例では、"`my-service`"は"`80.11.12.10:80`" (`externalIP:port`)のクライアントからアクセス可能です。
833+
下記の例では、"`my-service`"は"`198.51.100.32:80`" (`externalIP:port`)のクライアントからアクセス可能です。
834834

835835
```yaml
836836
apiVersion: v1

0 commit comments

Comments
 (0)