Skip to content

Commit 6e0ade1

Browse files
authored
Merge pull request #45611 from Arhell/ja-remove
[ja] Remove hostPort field from the liveness probe examples to align …
2 parents 7856bb7 + e7342d6 commit 6e0ade1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ HTTPまたはTCPによるProbeにおいて、[ContainerPort](/docs/reference/gen
209209
ports:
210210
- name: liveness-port
211211
containerPort: 8080
212-
hostPort: 8080
213212

214213
livenessProbe:
215214
httpGet:
@@ -231,7 +230,6 @@ livenessProbe:
231230
ports:
232231
- name: liveness-port
233232
containerPort: 8080
234-
hostPort: 8080
235233
236234
livenessProbe:
237235
httpGet:

0 commit comments

Comments
 (0)