Skip to content

Commit d4710ad

Browse files
committed
[zh-cn] sync configure-liveness-readiness-startup-probes.md
Signed-off-by: xin.li <[email protected]>
1 parent 1863e27 commit d4710ad

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)