Skip to content

Commit a982c0a

Browse files
committed
Changes have been made
1 parent 493fcc3 commit a982c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/nic/installation/ingress-nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,7 @@ The following table outlines annotation conversions for enabling TLS and gRPC to
499499
| ------------------------ | ------------------------ |
500500
| [_nginx.ingress.kubernetes.io/backend-protocol_](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#backend-protocol): "HTTPS" | [_nginx.org/ssl-services_]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md#backend-services-upstreams" >}}): "ssl_service_name" |
501501
| [_nginx.ingress.kubernetes.io/backend-protocol_](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#backend-protocol): "GRPC" | [_nginx.org/grpc-services_]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md#backend-services-upstreams" >}}): "grpc_service_name" |
502-
| [_nginx.ingress.kubernetes.io/backend-protocol_](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#backend-protocol): "GRPCS" | [_nginx.org/ssl-services_]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md#backend-services-upstreams" >}}): "grpc_service_name"
503-
[_nginx.org/grpc-services_]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md#backend-services-upstreams" >}}): "grpc_service_name" |
502+
| [_nginx.ingress.kubernetes.io/backend-protocol_](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#backend-protocol): "GRPCS" | [_nginx.org/ssl-services_]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md#backend-services-upstreams" >}}): "grpc_service_name"<br />[_nginx.org/grpc-services_]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md#backend-services-upstreams" >}}): "grpc_service_name" |
504503

505504
{{% /bootstrap-table %}}
506505
{{< call-out "important" >}}
@@ -515,6 +514,7 @@ This table maps the Ingress-NGINX Controller ConfigMap keys to NGINX Ingress Con
515514
Some of the key names are identical, and each Ingress Controller has ConfigMap keys that the other does not (Which are indicated).
516515
{{< /call-out >}} -->
517516

517+
518518
{{< bootstrap-table "table table-bordered table-striped table-responsive" >}}
519519
| Ingress-NGINX Controller | NGINX Ingress Controller |
520520
| ------------------------ | ------------------------ |

0 commit comments

Comments
 (0)