Skip to content

Commit

Permalink
use 100m in redis example to avoid unnecessary diff
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Apr 23, 2020
1 parent bf5ba09 commit 2bf1885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gitops/redis-with-configmap/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- containerPort: 6379
resources:
limits:
cpu: "0.1"
cpu: 100m
volumeMounts:
- mountPath: /redis-master-data
name: data
Expand Down

0 comments on commit 2bf1885

Please sign in to comment.