This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(k8s): reduce cpu quotas

+2 -2
+2 -2
kubernetes/notella/deployment.yaml
··· 28 28 resources: 29 29 requests: 30 30 memory: '512Mi' 31 - cpu: '900m' 31 + cpu: '500m' 32 32 limits: 33 33 memory: '1024Mi' 34 - cpu: '1200m' 34 + cpu: '600m' 35 35 env: 36 36 - name: DATABASE_BASE_URL 37 37 valueFrom: