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.
2 parents 0b46fb1 + 3b9a0eb commit 158985eCopy full SHA for 158985e
.gitignore
@@ -7,3 +7,5 @@ values_production*
7
8
9
values_staging.yaml
10
+
11
+.vs
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
+ gzip-types: "*" # SPECIFY MIME TYPES TO COMPRESS ("*" FOR ALL)
metadata:
name: nginx-configuration
namespace: {{ .Release.Namespace }}
0 commit comments