this repo has no description
0
fork

Configure Feed

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

chore(k8s): adapt memory request and limit to actual usage

see #5

+2 -2
+2 -2
kubernetes/notella/deployment.yaml
··· 27 27 port: 8080 28 28 resources: 29 29 requests: 30 - memory: '256Mi' 30 + memory: '50Mi' 31 31 cpu: '250m' 32 32 limits: 33 - memory: '512Mi' 33 + memory: '256Mi' 34 34 cpu: '400m' 35 35 env: 36 36 - name: DATABASE_BASE_URL