redis-cluster-operator
redis-cluster-operator copied to clipboard
how to setting Monitor resources
how to setting Monitor resources ?
monitor:
image: oliver006/redis_exporter:v1.13.1
resources:
requests:
cpu: 1
memory: 1Gi
limits:
cpu: 1
memory: 1Gi
how to setting Monitor resources ?
monitor: image: oliver006/redis_exporter:v1.13.1resources: requests: cpu: 1 memory: 1Gi limits: cpu: 1 memory: 1Gi
this is mine