From 8a645afba7b68349f9c790b8291667752dc3da29 Mon Sep 17 00:00:00 2001 From: Julien Cavoizy Date: Tue, 4 Jul 2023 14:37:47 +0200 Subject: [PATCH] Revert "SRE-1334 fix README.md" This reverts commit 109a29cbedeb6a61859f73673455c40a8c4eb85b. --- charts/ingress-nginx/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index b03ad200c..955091873 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -402,7 +402,6 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu | controller.service.annotations | object | `{}` | | | controller.service.appProtocol | bool | `true` | If enabled is adding an appProtocol option for Kubernetes service. An appProtocol field replacing annotations that were using for setting a backend protocol. Here is an example for AWS: service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http It allows choosing the protocol for each backend specified in the Kubernetes service. See the following GitHub issue for more details about the purpose: https://github.com/kubernetes/kubernetes/issues/40244 Will be ignored for Kubernetes versions older than 1.20 # | | controller.service.enableHttp | bool | `true` | | -| controller.service.enableHttp2 | bool | `false` | | | controller.service.enableHttps | bool | `true` | | | controller.service.enabled | bool | `true` | | | controller.service.external.enabled | bool | `true` | |