Skip to content

Commit

Permalink
Merge pull request #38 from flanksource/add-req-size-annot
Browse files Browse the repository at this point in the history
chore: increase request payload size for tenants
  • Loading branch information
moshloop authored May 16, 2024
2 parents c11f6c9 + fea951a commit 62f4e2b
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 62f4e2b

Please sign in to comment.