use a consistent code reference in pods-and-endpoint-termination-flow

pull/42465/head
windsonsea 2023-08-09 09:16:42 +08:00
parent 6a6bf06972
commit 690fd45644
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Let's say you have a Deployment containing of a single `nginx` replica
{{% code file="service/pod-with-graceful-termination.yaml" %}}
{{< codenew file="service/explore-graceful-termination-nginx.yaml" >}}
{{% code file="service/explore-graceful-termination-nginx.yaml" %}}
Now create the Deployment Pod and Service using the above files: