Skip to content

Commit 517f667

Browse files
committed
Scale it back down a bit
1 parent d904174 commit 517f667

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

kubernetes/dim-api-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ spec:
4646
imagePullPolicy: IfNotPresent
4747
resources:
4848
requests:
49-
cpu: '120m'
50-
memory: '110Mi'
49+
cpu: '100m'
50+
memory: '100Mi'
5151
env:
5252
- name: PGPASSWORD
5353
valueFrom:

kubernetes/ingress-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ spec:
103103
timeoutSeconds: 1
104104
resources:
105105
requests:
106-
cpu: 500m
107-
memory: 500Mi
106+
cpu: 200m
107+
memory: 200Mi
108108
securityContext:
109109
allowPrivilegeEscalation: true
110110
capabilities:

0 commit comments

Comments
 (0)