We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e467f commit 6634b48Copy full SHA for 6634b48
charts/zookeeper-operator/templates/operator.yaml
@@ -33,3 +33,5 @@ spec:
33
fieldPath: metadata.name
34
- name: OPERATOR_NAME
35
value: {{ template "zookeeper-operator.fullname" . }}
36
+ resources:
37
+{{ toYaml .Values.resources | nindent 10 }}
charts/zookeeper-operator/values.yaml
@@ -29,3 +29,13 @@ crd:
29
# Default: "" == Watch ALL namespaces
30
# Multiple namespaces can be configured using a comma separated list of namespaces
31
watchNamespace: ""
32
+
+#
+# Operator pod resources
+resources:
+ limits:
+ cpu: 2
38
+ memory: 256Mi
39
+ requests:
40
+ cpu: 1
41
+ memory: 128Mi
0 commit comments