Skip to content

Commit 9ee1117

Browse files
authored
Fix link to configmap.md in documentation (#433)
1 parent 19bd365 commit 9ee1117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nginx-ingress-controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The table below summarizes the key difference between nginxinc/kubernetes-ingres
1919
| **Load balancing configuration** |
2020
| Merging Ingress rules with the same host | Supported | Supported | Supported |
2121
| HTTP load balancing extensions - Annotations | See the [supported annotations](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md) | See the [supported annotations](configmap-and-annotations.md) | See the [supported annotations](configmap-and-annotations.md)|
22-
| HTTP load balancing extensions -- ConfigMap | See the [supported ConfigMap keys](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/configmap.md) | See the [supported ConfigMap keys](configmap-and-annotations.md) | See the [supported ConfigMap keys](configmap-and-annotations.md) |
22+
| HTTP load balancing extensions -- ConfigMap | See the [supported ConfigMap keys](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/configmap.md) | See the [supported ConfigMap keys](configmap-and-annotations.md) | See the [supported ConfigMap keys](configmap-and-annotations.md) |
2323
| TCP/UDP | Supported via a ConfigMap | Supported via a ConfigMap with native NGINX configuration | Supported via a ConfigMap with native NGINX configuration |
2424
| Websocket | Supported | Supported via an [annotation](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/websocket) | Supported via an [annotation](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/websocket) |
2525
| TCP SSL Passthrough | Supported via a ConfigMap | Not supported | Not supported |

0 commit comments

Comments
 (0)