Skip to content

Commit

Permalink
Merge pull request #39 from zoumo/redis
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

fix: switch redis requests and limits resources

**What this PR does**


**why we need it**


**Special notes for your reviewer**:

```release-note
None
```
  • Loading branch information
pendoragon authored Jan 22, 2018
2 parents e2c65ca + dea9f07 commit 4fe66f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stable/redis/4.0.6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ _config:
- name: data
path: "/data"
resources:
limits:
cpu: 0.2
memory: 200Mi
requests:
cpu: 0.25
memory: 256Mi
limits:
cpu: 0.5
memory: 512Mi
controller:
Expand Down

0 comments on commit 4fe66f2

Please sign in to comment.