Skip to content
Snippets Groups Projects
Verified Commit ccf30cc1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(redis): Add monitoring and resources

This patch provides some basic operator configs to get resource requests
and limits in place along with enabling the built-in operator monitoring
parent eaeb7876
No related branches found
No related tags found
No related merge requests found
...@@ -34,4 +34,13 @@ metadata: ...@@ -34,4 +34,13 @@ metadata:
namespace: redis-system namespace: redis-system
data: data:
values.yaml: | values.yaml: |
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi
monitoring:
enabeled: true
serviceMonitor: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment