Skip to content

Commit

Permalink
chore(ci): set etcd resources limits (#4665)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Sep 3, 2024
1 parent a612b67 commit b52e3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-etcd-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ runs:
--set replicaCount=${{ inputs.etcd-replicas }} \
--set resources.requests.cpu=50m \
--set resources.requests.memory=128Mi \
--set resources.limits.cpu=1000m \
--set resources.limits.memory=2Gi \
--set auth.rbac.create=false \
--set auth.rbac.token.enabled=false \
--set persistence.size=2Gi \
Expand Down

0 comments on commit b52e3c6

Please sign in to comment.