Skip to content

Commit

Permalink
feat(e2e): add e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <csatib02@gmail.com>
  • Loading branch information
csatib02 committed Sep 3, 2024
1 parent 2aa336e commit 2488652
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/test/pod-in-default-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
- containerPort: 80
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-in-prod-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
- containerPort: 80
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-in-staging-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
- containerPort: 80
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-with-database-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
value: password
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-with-elasticsearch-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
- containerPort: 80
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-with-mysql-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
value: password
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-with-nginx-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
- containerPort: 80
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"
2 changes: 1 addition & 1 deletion e2e/test/pod-with-webserver-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
- containerPort: 80
resources:
limits:
cpu: "1"
cpu: "250m"
memory: "512Mi"

0 comments on commit 2488652

Please sign in to comment.