Skip to content

Commit cb71e34

Browse files
feat: add gzip configuration to internal router configmap (CR-24650) (#475)
1 parent c5cd643 commit cb71e34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/gitops-runtime/templates/_components/internal-router/_configmap.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,11 @@ data:
5454
return 200 'ok';
5555
}
5656
}
57+
gzip on;
58+
gzip_comp_level 6;
59+
gzip_min_length 1000;
60+
gzip_types
61+
text/plain
62+
application/xml
63+
application/json;
5764
{{- end }}

0 commit comments

Comments
 (0)