Skip to content

Commit

Permalink
Changed default VM size for azure master nodes to Standard_D4s_v3 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bianchi authored Nov 2, 2020
1 parent 3235dcb commit 118adb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `server-tokens: "false"` to Nginx Ingress Controller to remove the server tokens from the default backend response body and answer.

### Changed

- Changed default VM size for azure master nodes to Standard_D4s_v3.

### Deleted

- Delete Kubernetes API readonly role/binding.
Expand Down
2 changes: 1 addition & 1 deletion platforms/azure/giantnetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ variable "vault_storage_type" {

variable "master_vm_size" {
type = string
default = "Standard_D2s_v3"
default = "Standard_D4s_v3"
}

variable "master_storage_type" {
Expand Down

0 comments on commit 118adb8

Please sign in to comment.