We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2602fb4 commit 0938b72Copy full SHA for 0938b72
templates/ingress_configmap.yaml
@@ -3,6 +3,8 @@ kind: ConfigMap
3
data:
4
enable-underscores-in-headers: "true"
5
ignore-invalid-headers: "false"
6
+ use-gzip: "true" # ENABLE GZIP COMPRESSION
7
+ gzip-types: "*" # SPECIFY MIME TYPES TO COMPRESS ("*" FOR ALL)
8
metadata:
9
name: nginx-configuration
10
namespace: {{ .Release.Namespace }}
0 commit comments