changeset 28:88fc66e2ebf5

more ram for ingress controller
author drewp@bigasterisk.com
date Mon, 19 Jun 2023 22:19:06 -0700
parents 0f6176ce0b46
children bd2cbc36bc65
files upstream/patch.yaml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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