Skip to content

Commit c98999d

Browse files
authored
Merge pull request #10135 from zalando-incubator/small-seed-node
Use small seed node
2 parents 11f92c6 + f058b64 commit c98999d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/cluster_config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ cat <<EOFF
6969
taints: dedicated=cluster-seed:NoSchedule
7070
discount_strategy: none
7171
instance_types:
72-
- "m6i.xlarge"
73-
max_size: 99
74-
min_size: 2
72+
- "c7g.large"
73+
max_size: 2
74+
min_size: 1
7575
name: seed-worker
7676
profile: worker-combined
7777
EOFF

0 commit comments

Comments
 (0)