Skip to content

Commit c830e05

Browse files
committed
fix: Increase the header size for observatoriem's nginx
1 parent d34a7f8 commit c830e05

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/observatorium/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This Helm chart deploy Observatorium API and help to manage tenant
44

55
type: application
66

7-
version: 0.5.3
7+
version: 0.5.4
88

99
appVersion: "main-2025-02-10-1bcf722"
1010

charts/observatorium/README.md

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

3-
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main-2025-02-10-1bcf722](https://img.shields.io/badge/AppVersion-main--2025--02--10--1bcf722-informational?style=flat-square)
3+
![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main-2025-02-10-1bcf722](https://img.shields.io/badge/AppVersion-main--2025--02--10--1bcf722-informational?style=flat-square)
44

55
This Helm chart deploy Observatorium API and help to manage tenant from values file.
66

charts/observatorium/templates/nginx-configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ data:
99
nginx.conf: |
1010
events {}
1111
http {
12+
client_header_buffer_size 4k;
13+
large_client_header_buffers 4 16k;
1214
server {
1315
listen 8080;
1416

0 commit comments

Comments
 (0)