Skip to content

Commit

Permalink
Updated the manifest to include requests and limits for the etcd secr…
Browse files Browse the repository at this point in the history
…et container initializer.

Signed-off-by: mholder6 <[email protected]>
  • Loading branch information
mholder6 committed Sep 26, 2024
1 parent 1b90bf4 commit bff8814
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 bff8814

Please sign in to comment.