Skip to content

Commit

Permalink
N21-1329 adds gzip types to ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Nov 2, 2023
1 parent eaba095 commit 1327ee9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ metadata:
nginx.ingress.kubernetes.io/http2-max-header-size: 96k
nginx.ingress.kubernetes.io/large-client-header-buffers: 4 100k
nginx.ingress.kubernetes.io/proxy-buffer-size: 96k
nginx.ingress.kubernetes.io/server-snippet: gzip on;
nginx.ingress.kubernetes.io/server-snippet: |
gzip on;
gzip_types text/plain application/json;

{% if CLUSTER_ISSUER is defined %}
cert-manager.io/cluster-issuer: {{ CLUSTER_ISSUER }}
{% endif %}
Expand Down

0 comments on commit 1327ee9

Please sign in to comment.