You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/redis-operator/values.yaml
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ redisOperator:
5
5
imageTag: ""
6
6
imagePullSecrets: []
7
7
8
+
reconcileInterval: ""
9
+
maxConcurrentReconciles: 5
10
+
8
11
replicaCount: 1
9
12
10
13
service:
@@ -33,16 +36,6 @@ redisOperator:
33
36
cpu: 500m
34
37
memory: 500Mi
35
38
36
-
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
0 commit comments