Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/fixe…
Browse files Browse the repository at this point in the history
…s/8.1
  • Loading branch information
zieglermarian committed Oct 24, 2023
2 parents c2fb256 + fbc5157 commit d9c0ac7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/helm/src/main/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: edu-sharing-services-connector
description: Helm chart for edu-sharing connector app
type: application
version: 8.0.9998
version: 8.1.9998
appVersion: 0.1.0
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: POST_MAX_SIZE
value: {{ .Values.postMaxSize | default "513M" }}
- name: MEMORY_LIMIT
value: {{ .Values.memoryLimit | "1024M" }}
value: {{ .Values.memoryLimit | default "1024M" }}
livenessProbe:
httpGet:
path: /metadata
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/helm/src/main/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseUrl:
storageClassName:
clusterIssuer: letsencrypt
version: maven-fixes-8.0-SNAPSHOT
version: maven-fixes-8.1-SNAPSHOT

0 comments on commit d9c0ac7

Please sign in to comment.