Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
claim more ressources on pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Metauriel committed Mar 1, 2024
1 parent a643e25 commit c8aa20f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ spec:
resources:
limits:
cpu: {{ POC_BOARD_COLLABORATION_SERVER__CPU_LIMITS|default("1000m", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_LIMITS|default("32Mi", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_LIMITS|default("2Gi", true) }}
requests:
cpu: {{ POC_BOARD_COLLABORATION_SERVER__CPU_REQUESTS|default("100m", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_REQUESTS|default("32Mi", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_REQUESTS|default("128Mi", true) }}
{% if AFFINITY_ENABLE is defined and AFFINITY_ENABLE|bool %}
affinity:
podAffinity:
Expand Down

0 comments on commit c8aa20f

Please sign in to comment.