# HG changeset patch # User drewp@bigasterisk.com # Date 2023-06-20 05:19:06 # Node ID 88fc66e2ebf5516e7b4b028d73c144ef5d2f1666 # Parent 0f6176ce0b46890c5e4178080d860579b662279d more ram for ingress controller diff --git a/upstream/patch.yaml b/upstream/patch.yaml --- a/upstream/patch.yaml +++ b/upstream/patch.yaml @@ -10,6 +10,11 @@ spec: 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