Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktoriia committed Jul 31, 2023
1 parent 8c968aa commit 804539a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/tldraw-client-core/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ spec:
name: tldraw-client-configmap
resources:
limits:
cpu: {{ TLDRAW_CLIENT__CPU_LIMITS|default("1000m", true) }}
memory: {{ TLDRAW_CLIENT__MEMORY_LIMITS|default("32Mi", true) }}
cpu: {{ TLDRAW_CLIENT_CPU_LIMITS|default("1000m", true) }}
memory: {{ TLDRAW_CLIENT_MEMORY_LIMITS|default("256Mi", true) }}
requests:
cpu: {{ TLDRAW_CLIENT__CPU_REQUESTS|default("100m", true) }}
memory: {{ TLDRAW_CLIENT__MEMORY_REQUESTS|default("32Mi", true) }}
cpu: {{ TLDRAW_CLIENT_CPU_REQUESTS|default("100m", true) }}
memory: {{ TLDRAW_CLIENT_MEMORY_REQUESTS|default("32Mi", true) }}

0 comments on commit 804539a

Please sign in to comment.