Remove spaces between Japanese and English in content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>pull/21370/head
parent
05234b95ad
commit
b20c2320ae
|
@ -267,7 +267,7 @@ Readiness Probeは、コンテナの全てのライフサイクルにおいて
|
|||
{{< /note >}}
|
||||
|
||||
Readiness Probeは、Liveness Probeと同様に構成します。
|
||||
唯一の違いは、`readinessProbe`フィールドを`livenessProbe` フィールドの代わりに利用することだけです。
|
||||
唯一の違いは、`readinessProbe`フィールドを`livenessProbe`フィールドの代わりに利用することだけです。
|
||||
|
||||
```yaml
|
||||
readinessProbe:
|
||||
|
|
Loading…
Reference in New Issue