Increased memory limit for opengraph

This commit is contained in:
Marcus Noble 2021-07-24 11:03:34 +01:00
parent ee2faf4401
commit 91c2018722
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ spec:
name: web
resources:
limits:
memory: 100Mi
memory: 200Mi
requests:
memory: 100Mi
memory: 200Mi
---
apiVersion: networking.k8s.io/v1
kind: Ingress