Skip to content

Commit 4f943e9

Browse files
committed
Add resource requests to Validator backend and frontend dev deployments
1 parent 2487bac commit 4f943e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

validator/openshift/backend/dev/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ spec:
2525
- containerPort: 8080
2626
protocol: TCP
2727
env: []
28+
resources:
29+
requests:
30+
memory: "64Mi"
31+
cpu: "20m"
2832
imagePullSecrets: []
2933
strategy:
3034
type: RollingUpdate

validator/openshift/frontend/dev/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ spec:
2525
- containerPort: 8080
2626
protocol: TCP
2727
env: []
28+
resources:
29+
requests:
30+
memory: "64Mi"
31+
cpu: "20m"
2832
imagePullSecrets: []
2933
strategy:
3034
type: RollingUpdate

0 commit comments

Comments
 (0)