Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.0' into maven/fixe…
Browse files Browse the repository at this point in the history
…s/8.1
  • Loading branch information
torsten-simon committed Oct 23, 2023
2 parents 12f0047 + 8f3f7d6 commit fbc5157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/docker/helm/src/main/chart/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
name: edu-sharing-connector-ingress
annotations:
cert-manager.io/cluster-issuer: {{ .Values.clusterIssuer }}
nginx.ingress.kubernetes.io/proxy-body-size: "5g"
nginx.ingress.kubernetes.io/proxy-connect-timeout: "60"
nginx.ingress.kubernetes.io/proxy-read-timeout: "180"
nginx.ingress.kubernetes.io/proxy-send-timeout: "180"
spec:
tls:
- hosts:
Expand Down

0 comments on commit fbc5157

Please sign in to comment.