Skip to content

Commit

Permalink
Add resource req
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Sep 10, 2024
1 parent bf187cb commit 456a35c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 456a35c

Please sign in to comment.