Skip to content

Commit

Permalink
chore: Default resource requests for controller and for argo-server (#…
Browse files Browse the repository at this point in the history
…485)

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
  • Loading branch information
sarabala1979 committed Nov 17, 2021
1 parent 85b9d28 commit 4a1b016
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/apps/argo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ spec:
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 20
resources:
requests:
cpu: 100m
memory: 20Mi
securityContext:
capabilities:
drop:
Expand Down
4 changes: 4 additions & 0 deletions config/apps/argo-server/argo-server-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ spec:
image: quay.io/argoproj/argocli:latest
imagePullPolicy: Always
args: [ server, --namespaced=true, --auth-mode=server, --secure=false ]
resources:
requests:
cpu: 100m
memory: 20Mi
readinessProbe:
httpGet:
scheme: HTTP

0 comments on commit 4a1b016

Please sign in to comment.