Skip to content

Commit

Permalink
fix(services-bff): Fix bff proxy download service aws cognito (#16719)
Browse files Browse the repository at this point in the history
* fix(services-bff): Fix bff proxy download service aws cognito

* chore: charts update dirty files

---------

Co-authored-by: andes-it <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent b3a585b commit 2d97d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/services/bff/infra/admin-portal.infra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const serviceSetup = (
},
extraAnnotations: {
dev: {
'nginx.ingress.kubernetes.io/enable-global-auth': 'false',
'nginx.ingress.kubernetes.io/proxy-buffering': 'on',
'nginx.ingress.kubernetes.io/proxy-buffer-size': '8k',
},
Expand Down
1 change: 1 addition & 0 deletions charts/islandis/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,7 @@ services-bff-portals-admin:
primary-alb:
annotations:
kubernetes.io/ingress.class: 'nginx-external-alb'
nginx.ingress.kubernetes.io/enable-global-auth: 'false'
nginx.ingress.kubernetes.io/proxy-buffer-size: '8k'
nginx.ingress.kubernetes.io/proxy-buffering: 'on'
nginx.ingress.kubernetes.io/service-upstream: 'true'
Expand Down

0 comments on commit 2d97d44

Please sign in to comment.