mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - change node model for k8s tests
This commit is contained in:
parent
a2a50b2cdc
commit
45ac2bcb19
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue