Skip to content

Commit

Permalink
Updated the manifests to include resource requests and limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
mholder6 committed Sep 9, 2024
1 parent ead96c3 commit 7c5f9ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/dependencies/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ spec:
- http://0.0.0.0:2379
image: quay.io/coreos/etcd:v3.5.4
name: etcd
resources:
requests:
cpu: 50m
memory: 96Mi
limits:
cpu: "1"
memory: 512Mi
ports:
- containerPort: 2379
name: client
Expand Down

0 comments on commit 7c5f9ed

Please sign in to comment.