k8s/adservice: bump memory limits for adservice (#33)
adservice has beeing OOMkill'ed over the weekend. it looks like the memory goes up to ~130MiB and then gets killed. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
342a2d5754
commit
b9a978e84f
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
memory: 180Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
memory: 300Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 9555
|
||||
|
|
Loading…
Reference in a new issue