Skip to content

Commit

Permalink
test(e2e): cut down resource limit
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Dec 31, 2024
1 parent a0fd87b commit c9916a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/csi/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ spec:
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 100m
cpu: 512m
memory: 128Mi
requests:
cpu: 50m
memory: 50Mi
env:
- name: ADDRESS
value: unix:///csi/csi.sock
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/search-in-default-ns/11-pod-for-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ spec:
done
resources:
limits:
memory: "512Mi"
cpu: "500m"
memory: "50Mi"
cpu: "50m"
volumeMounts:
- name: secret
mountPath: /kubedoop/secret
Expand Down

0 comments on commit c9916a3

Please sign in to comment.