Skip to content

Commit

Permalink
chore: increase request payload size for tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed May 16, 2024
1 parent c11f6c9 commit fea951a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: ingress-ca
nginx.ingress.kubernetes.io/proxy-buffer-size: "16m"
spec:
ingressClassName: ingress-nginx
rules:
Expand Down Expand Up @@ -35,6 +36,7 @@ metadata:
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: ingress-ca
nginx.ingress.kubernetes.io/proxy-buffer-size: "16m"
spec:
tls:
- hosts:
Expand Down

0 comments on commit fea951a

Please sign in to comment.