Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
set default resource limits (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojachieee authored Jun 17, 2022
1 parent f8899d8 commit ea0ed32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/samples/storageos-etcd-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
podTemplate:
resources:
requests:
cpu: 200m
memory: 200Mi
cpu: 500m
memory: 500Mi
limits:
cpu: 200m
memory: 200Mi
cpu: 500m
memory: 500Mi
etcdEnv:
- name: "ETCD_HEARTBEAT_INTERVAL"
value: "500"
Expand All @@ -36,7 +36,7 @@ spec:
- name: "ETCD_QUOTA_BACKEND_BYTES"
value: "8589934592"
- name: "ETCD_SNAPSHOT_COUNT"
value: "100000"
value: "20000"
- name: "ETCD_AUTO_COMPACTION_RETENTION"
value: "20000"
- name: "ETCD_AUTO_COMPACTION_MODE"
Expand Down

0 comments on commit ea0ed32

Please sign in to comment.