change analyst image
This commit is contained in:
parent
2f665cda9a
commit
15fd52684e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ resource "google_container_node_pool" "cluster" {
|
||||||
|
|
||||||
node_config {
|
node_config {
|
||||||
machine_type = "e2-standard-2"
|
machine_type = "e2-standard-2"
|
||||||
spot = true
|
spot = false
|
||||||
disk_size_gb = 20
|
disk_size_gb = 20
|
||||||
disk_type = "pd-standard"
|
disk_type = "pd-standard"
|
||||||
oauth_scopes = [
|
oauth_scopes = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue