Skip to content

Commit b00ae89

Browse files
authored
Updated resources on devtron-housekeeping job
1 parent 1110005 commit b00ae89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manifests/yamls/devtron-housekeeping.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ spec:
134134
configMapKeyRef:
135135
name: devtron-operator-cm
136136
key: DEVTRON_HELM_RELEASE_NAME
137+
resources:
138+
limits:
139+
cpu: "50m"
140+
memory: 50Mi
141+
requests:
142+
cpu: "50m"
143+
memory: 50Mi
137144
volumeMounts:
138145
- name: apply-helm-labels
139146
mountPath: /apply-labels.sh

0 commit comments

Comments
 (0)