Skip to content

Commit

Permalink
increase resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 28, 2024
1 parent 90710ea commit 873b590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/kube/OdbDesignServer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ spec:
key: ODBDESIGN_SERVER_REQUEST_PASSWORD
resources:
limits:
cpu: "2"
memory: 2Gi
requests:
cpu: "1"
memory: 1Gi
requests:
cpu: 500m
memory: 500Mi
livenessProbe:
httpGet:
path: /healthz/live
Expand Down

0 comments on commit 873b590

Please sign in to comment.