Skip to content

Commit

Permalink
Merge pull request #12458 from RafalKorepta/rk/change-resource-to-fix…
Browse files Browse the repository at this point in the history
…-e2e

k8s: Increase memory instead of decrease in e2e update test
  • Loading branch information
RafalKorepta authored Jul 26, 2023
2 parents 02c841c + 4c9b696 commit 114da28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/go/k8s/tests/e2e/update/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ spec:
containers:
- resources:
requests:
memory: 990M
memory: 2Gi
limits:
memory: 2Gi
---
apiVersion: redpanda.vectorized.io/v1alpha1
kind: Cluster
Expand Down
4 changes: 3 additions & 1 deletion src/go/k8s/tests/e2e/update/02-update-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ metadata:
spec:
resources:
requests:
memory: 990M
memory: 2Gi
limits:
memory: 2Gi

0 comments on commit 114da28

Please sign in to comment.