Skip to content

Commit

Permalink
OCPBUGS-31032 Decrease memory request for pods
Browse files Browse the repository at this point in the history
Reduce memory requests for pods in tag images tests
  • Loading branch information
itzikb-redhat committed Mar 28, 2024
1 parent 4b12657 commit fae4108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 3Gi
memory: 200Mi
dnsPolicy: ClusterFirst
restartPolicy: Always
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
resources:
limits:
cpu: 100m
memory: 3Gi
memory: 200Mi
2 changes: 1 addition & 1 deletion test/extended/testdata/test-deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 3Gi
memory: 200Mi
dnsPolicy: ClusterFirst
restartPolicy: Always
volumes:
Expand Down

0 comments on commit fae4108

Please sign in to comment.