Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Oct 23, 2023
2 parents f9fece3 + 919ea80 commit 4aa1265
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4aa1265

Please sign in to comment.