Skip to content

Commit b4dc25c

Browse files
authored
Merge pull request #45413 from my-git9/patch-7347
[zh-cn] sync configure-liveness-readiness-startup-probes.md
2 parents 1863e27 + d4710ad commit b4dc25c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ For example:
486486
ports:
487487
- name: liveness-port
488488
containerPort: 8080
489-
hostPort: 8080
490489

491490
livenessProbe:
492491
httpGet:
@@ -520,7 +519,6 @@ So, the previous example would become:
520519
ports:
521520
- name: liveness-port
522521
containerPort: 8080
523-
hostPort: 8080
524522
525523
livenessProbe:
526524
httpGet:
@@ -883,7 +881,6 @@ spec:
883881
ports:
884882
- name: liveness-port
885883
containerPort: 8080
886-
hostPort: 8080
887884
888885
livenessProbe:
889886
httpGet:

0 commit comments

Comments
 (0)