Skip to content

Commit 158985e

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 0b46fb1 + 3b9a0eb commit 158985e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ values_production*
77

88

99
values_staging.yaml
10+
11+
.vs

templates/ingress_configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: ConfigMap
33
data:
44
enable-underscores-in-headers: "true"
55
ignore-invalid-headers: "false"
6+
use-gzip: "true" # ENABLE GZIP COMPRESSION
7+
gzip-types: "*" # SPECIFY MIME TYPES TO COMPRESS ("*" FOR ALL)
68
metadata:
79
name: nginx-configuration
810
namespace: {{ .Release.Namespace }}

0 commit comments

Comments
 (0)