Mercurial > code > home > repos > pomerium
diff upstream/patch.yaml @ 28:88fc66e2ebf5
more ram for ingress controller
author | drewp@bigasterisk.com |
---|---|
date | Mon, 19 Jun 2023 22:19:06 -0700 |
parents | d846a4754d34 |
children | a8c1e2f028f0 |
line wrap: on
line diff
--- a/upstream/patch.yaml Mon Jun 19 22:18:30 2023 -0700 +++ b/upstream/patch.yaml Mon Jun 19 22:19:06 2023 -0700 @@ -10,6 +10,11 @@ containers: - name: pomerium image: pomerium/ingress-controller:sha-dd49d67 + resources: + limits: + cpu: 5000m + # getting OOM at the default 1Gi + memory: 5Gi --- apiVersion: v1 kind: Service