We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676e6a0 commit 1a786e9Copy full SHA for 1a786e9
charts/cluster-secret/templates/deployment.yaml
@@ -51,7 +51,8 @@ spec:
51
path: /healthz
52
port: 8080
53
periodSeconds: 120
54
- resources: {}
+ resources:
55
+{{ toYaml .Values.resources | indent 10 }}
56
serviceAccountName: {{ include "cluster-secret.fullname" . }}-account
57
{{- with .Values.nodeSelector }}
58
nodeSelector:
charts/cluster-secret/values.yaml
@@ -23,3 +23,11 @@ affinity: {}
23
24
# Additional Pod annotations
25
podAnnotations: {}
26
+
27
+resources:
28
+ limits:
29
+ cpu: 40m
30
+ memory: 134Mi
31
+ requests:
32
33
0 commit comments