Skip to content

Commit ec7516f

Browse files
committed
chore: reduce resource requests for production and development
1 parent 1a92094 commit ec7516f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

naiserator-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ spec:
3636
- id: elastic
3737
resources:
3838
requests:
39-
cpu: 50m
40-
memory: 512Mi
39+
cpu: 20m
40+
memory: 370Mi
4141
azure:
4242
application:
4343
enabled: true

naiserator-prod.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ spec:
3636
- id: elastic
3737
resources:
3838
requests:
39-
cpu: 50m
40-
memory: 512Mi
39+
cpu: 20m
40+
memory: 370Mi
4141
azure:
4242
application:
4343
enabled: true

0 commit comments

Comments
 (0)