From 5b3644f9d9f3983ec1a348a03bfe1943c65554e7 Mon Sep 17 00:00:00 2001 From: Hideaki Masuda Date: Sat, 12 Nov 2022 04:26:57 +0900 Subject: [PATCH] fix an inline example code into a code block (#2877) --- docs/guide/ingress/annotations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index 6a4531b5f..0815034ca 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -635,7 +635,8 @@ Health check on target groups can be controlled with following annotations: - `alb.ingress.kubernetes.io/healthcheck-protocol` specifies the protocol used when performing health check on targets. !!!example - ```alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS + ``` + alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS ``` - `alb.ingress.kubernetes.io/healthcheck-port` specifies the port used when performing health check on targets.