Delete an unnecessary backslash

This commit is contained in:
Takudai Kawasaki 2024-11-05 01:10:45 +09:00 committed by GitHub
parent 8dfd25adab
commit 9a31b7420a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ startupProbe:
```
Thanks to the startup probe, the application will have a maximum of 5 minutes
(30 \* 10 = 300s) to finish its startup.
(30 * 10 = 300s) to finish its startup.
Once the startup probe has succeeded once, the liveness probe takes over to
provide a fast response to container deadlocks.
If the startup probe never succeeds, the container is killed after 300s and