From 456a35c89dfc3e8175035e37722d86c09c8e436a Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Tue, 10 Sep 2024 09:51:58 -0500 Subject: [PATCH] Add resource req --- k8s.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s.yaml b/k8s.yaml index 1410c1d..fba1d44 100644 --- a/k8s.yaml +++ b/k8s.yaml @@ -64,6 +64,10 @@ spec: - name: demo-portals image: ghcr.io/smart-on-fhir/health-cards-tests:latest imagePullPolicy: Always + resources: + requests: + memory: "128Mi" + cpu: "125m" ports: - containerPort: 8080 env: