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:
Ahmet Alp Balkan 2018-08-27 11:30:47 -07:00 committed by GitHub
parent 342a2d5754
commit b9a978e84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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