Skip to content

Commit e48efa1

Browse files
anvithabsmbhave
authored andcommitted
Fix reference to a configuration property in cloud.adoc
See gh-27357
1 parent 74527db commit e48efa1

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Once the pre-stop hook has completed, SIGTERM will be sent to the container and
140140

141141
NOTE: When Kubernetes sends a SIGTERM signal to the pod, it waits for a specified time called the termination grace period (the default for which is 30 seconds).
142142
If the containers are still running after the grace period, they are sent the SIGKILL signal and forcibly removed.
143-
If the pod takes longer than 30 seconds to shut down, which could be because you've increased spring.lifecycle.timeout-per-shutdown-phase, make sure to increase the termination grace period by setting the `terminationGracePeriodSeconds` option in the Pod YAML.
143+
If the pod takes longer than 30 seconds to shut down, which could be because you've increased configprop:spring.lifecycle.timeout-per-shutdown-phase[], make sure to increase the termination grace period by setting the `terminationGracePeriodSeconds` option in the Pod YAML.
144144

145145

146146

0 commit comments

Comments
 (0)