Skip to content

Commit

Permalink
Merge pull request #559 from Obmondo/master
Browse files Browse the repository at this point in the history
Remove resource request and limit spec from values
  • Loading branch information
ese authored Apr 20, 2023
2 parents b36fd58 + d590bb4 commit d1319bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ securityContext:
# Container resource [requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/).
# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources) for details.
# @default -- No requests or limits.
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
resources: {}
# requests:
# cpu: 100m
# memory: 128Mi
# limits:
# cpu: 100m
# memory: 128Mi

### Monitoring
###############
Expand Down

0 comments on commit d1319bf

Please sign in to comment.