mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-02-18 19:53:11 +00:00
Adds Terraform configuration to provision a DO K8s cluster with auto-scaling node pools for running Codex benchmarks. Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
5 lines
63 B
HCL
5 lines
63 B
HCL
# Providers
|
|
provider "digitalocean" {
|
|
token = var.do_token
|
|
}
|