Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release-0.12.0-rc0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Sep 28, 2024
2 parents 3d48699 + f47b64e commit 57e57b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/overlays/odh/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ spec:
echo "secrets etcdpasswords and model-serving-etcd exist, doing nothing"
exit 0
fi
resources:
limits:
cpu: 10m
memory: 40Mi
requests:
cpu: 5m
memory: 20Mi
containers:
- command:
- etcd
Expand Down

0 comments on commit 57e57b7

Please sign in to comment.