k8s/adservice: bump memory limits for adservice

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:
Ahmet Alp Balkan 2018-08-27 11:29:10 -07:00
parent 342a2d5754
commit 3c5912c996
No known key found for this signature in database
GPG key ID: 5C02521D7B216AD6

View file

@ -34,10 +34,10 @@ spec:
resources: resources:
requests: requests:
cpu: 200m cpu: 200m
memory: 64Mi memory: 180Mi
limits: limits:
cpu: 300m cpu: 300m
memory: 128Mi memory: 300Mi
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 9555 port: 9555