Skip to content

Commit

Permalink
fix: ingress limit for strapi
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 28, 2024
1 parent 4fe4537 commit ae7b30d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ strapi:
mountPath: /app/public/uploads
securityContext:
fsGroup: 1000
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-connect-timeout: 30
nginx.ingress.kubernetes.io/proxy-read-timeout: 1800
nginx.ingress.kubernetes.io/proxy-send-timeout: 1800
nginx.ingress.kubernetes.io/proxy-body-size: 128m
~chart: app
~needs: [build-strapi]
imagePackage: strapi
Expand Down

0 comments on commit ae7b30d

Please sign in to comment.