Skip to content

Commit

Permalink
Update ansible/roles/schulcloud-server-core/templates/preview-generat…
Browse files Browse the repository at this point in the history
…or-deployment.yml.j2

Co-authored-by: mamutmk5 <[email protected]>
  • Loading branch information
SevenWaysDP and mamutmk5 authored Oct 25, 2023
1 parent bfc70c9 commit bebde5c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ spec:
command: ['npm', 'run', 'nest:start:preview-generator-amqp:prod']
resources:
limits:
cpu: {{ AMQP_FILE_PREVIEW_CPU_LIMITS|default("1000m", true) }}
memory: {{ AMQP_FILE_PREVIEW_MEMORY_LIMITS|default("2500Mi", true) }}
cpu: {{ AMQP_FILE_PREVIEW_CPU_LIMITS|default("4000m", true) }}
memory: {{ AMQP_FILE_PREVIEW_MEMORY_LIMITS|default("4000Mi", true) }}
requests:
cpu: {{ AMQP_FILE_PREVIEW_CPU_REQUESTS|default("100m", true) }}
memory: {{ AMQP_FILE_PREVIEW_MEMORY_REQUESTS|default("50Mi", true) }}
memory: {{ AMQP_FILE_PREVIEW_MEMORY_REQUESTS|default("250Mi", true) }}

0 comments on commit bebde5c

Please sign in to comment.