Skip to content

Commit

Permalink
Merge pull request #285 from VedantMahabaleshwarkar/etcd
Browse files Browse the repository at this point in the history
increase etcd resources
  • Loading branch information
taneem-ibrahim authored Apr 27, 2024
2 parents c8ddaca + 9940d6a commit 851f7aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/overlays/odh/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ spec:
protocol: TCP
resources: # ref: https://github.com/coreos/etcd-operator/blob/master/doc/user/spec_examples.md#three-member-cluster-with-resource-requirement
limits:
cpu: 300m
memory: 200Mi
cpu: 800m
memory: 800Mi
requests:
cpu: 200m
memory: 100Mi
cpu: 400m
memory: 200Mi
livenessProbe:
tcpSocket:
port: 2379
Expand Down

0 comments on commit 851f7aa

Please sign in to comment.