diff --git a/ci/aws/aws-cluster.lokocfg.envsubst b/ci/aws/aws-cluster.lokocfg.envsubst index 6d40f6e7c..30db34c7e 100644 --- a/ci/aws/aws-cluster.lokocfg.envsubst +++ b/ci/aws/aws-cluster.lokocfg.envsubst @@ -59,6 +59,34 @@ EOF ] } + worker_pool "$CLUSTER_ID-wp-2" { + count = 1 + ssh_pubkeys = ["$PUB_KEY"] + disk_size = 30 + instance_type = "t2.small" + spot_price = "0.01" + labels = "testing.io=yes,roleofnode=testing" + taints = "nodeType=storage:NoSchedule" + tags = { + "deployment" = "ci" + } + clc_snippets = [ + <