alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix(k8s): reduce cpu quotas
author
Gwenn Le Bihan
date
1 year ago
(Feb 10, 2025, 7:00 PM +0100)
commit
9b59d632
9b59d6322d6f94a99b10042375b22d6b5f58a036
parent
c20140d1
c20140d1cb64b9db161af5404081c8ff812ed971
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
kubernetes
notella
deployment.yaml
+2
-2
kubernetes/notella/deployment.yaml
Reviewed
···
28
28
resources:
29
29
requests:
30
30
memory: '512Mi'
31
31
-
cpu: '900m'
31
31
+
cpu: '500m'
32
32
limits:
33
33
memory: '1024Mi'
34
34
-
cpu: '1200m'
34
34
+
cpu: '600m'
35
35
env:
36
36
- name: DATABASE_BASE_URL
37
37
valueFrom: