Skip to content

Commit c462c9c

Browse files
authored
K8s: Add new annotation as new rule in ingress-nginx controller (#2891)
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent 4edcd5a commit c462c9c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

charts/selenium-grid/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# selenium-grid
22

3-
![Version: 0.45.0](https://img.shields.io/badge/Version-0.45.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.34.0-20250707](https://img.shields.io/badge/AppVersion-4.34.0--20250707-informational?style=flat-square)
3+
![Version: 0.45.1](https://img.shields.io/badge/Version-0.45.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.34.0-20250707](https://img.shields.io/badge/AppVersion-4.34.0--20250707-informational?style=flat-square)
44

55
A Helm chart for creating a Selenium Grid Server in Kubernetes
66

charts/selenium-grid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: selenium-grid
33
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
44
type: application
5-
version: 0.45.0
5+
version: 0.45.1
66
appVersion: 4.34.0-20250707
77
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
88
dependencies:

charts/selenium-grid/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ nginx.ingress.kubernetes.io/proxy-request-buffering: "on"
114114
nginx.ingress.kubernetes.io/proxy-buffering: "on"
115115
{{- with .size }}
116116
nginx.ingress.kubernetes.io/proxy-buffer-size: {{ . | quote }}
117+
nginx.ingress.kubernetes.io/proxy-busy-buffers-size: {{ . | quote }}
117118
nginx.ingress.kubernetes.io/client-body-buffer-size: {{ . | quote }}
118119
{{- end }}
119120
{{- with .number }}

0 commit comments

Comments
 (0)