ci/cd - change node model for k8s tests

This commit is contained in:
florian 2024-05-31 18:20:18 +02:00
parent a2a50b2cdc
commit 45ac2bcb19
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -21,7 +21,7 @@ resource "scaleway_k8s_cluster" "cluster" {
resource "scaleway_k8s_pool" "pool" {
cluster_id = scaleway_k8s_cluster.cluster.id
name = "bw_k8s"
node_type = "PLAY2-MICRO"
node_type = "POP2-2C-8G"
size = 3
wait_for_pool_ready = true
}