Skip to content

Commit

Permalink
Update client-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabami authored Jan 18, 2023
1 parent 547dca3 commit df2eccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fib-calculator/k8s/client-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spec:
- name: client
resources:
requests:
cpu: 500m
cpu: 250m
memory: 128Mi
limits:
cpu: 1000m
memory: 256Mi
imagePullPolicy: Always
image: <ACR name>.azurecr.io/client:v1
ports:
- containerPort: 3000
- containerPort: 3000

0 comments on commit df2eccc

Please sign in to comment.