Skip to content

Commit

Permalink
Sync Terraform & Helm changes
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2dc9bb082ddfb35ca3019f2c135c3113702ecbc0
  • Loading branch information
sionescu committed Oct 8, 2024
1 parent ebc1b64 commit 749e9bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion terraform/aptos-node/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ variable "utility_instance_enable_taint" {
variable "validator_instance_enable_taint" {
description = "Whether to taint instances in the validator nodegroup"
type = bool
default = false
default = true
}

variable "gke_enable_node_autoprovisioning" {
Expand Down
16 changes: 8 additions & 8 deletions terraform/helm/aptos-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ validator:
pullPolicy: IfNotPresent
resources:
limits:
cpu: 14
memory: 56Gi
cpu: 30
memory: 60Gi
requests:
cpu: 14
memory: 56Gi
cpu: 30
memory: 60Gi
storage:
# -- Kubernetes storage class to use for validator persistent storage
class:
Expand Down Expand Up @@ -103,11 +103,11 @@ fullnode:
replicas: 1
resources:
limits:
cpu: 14
memory: 56Gi
cpu: 30
memory: 60Gi
requests:
cpu: 14
memory: 56Gi
cpu: 30
memory: 60Gi
storage:
# -- Kubernetes storage class to use for fullnode persistent storage
class:
Expand Down
8 changes: 4 additions & 4 deletions terraform/helm/fullnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ image:

resources:
limits:
cpu: 14
memory: 56Gi
cpu: 30
memory: 60Gi
requests:
cpu: 14
memory: 56Gi
cpu: 30
memory: 60Gi

nodeSelector: {}
tolerations: []
Expand Down

0 comments on commit 749e9bf

Please sign in to comment.