Skip to content
Snippets Groups Projects
Commit 275d0712 authored by Ing. Klára Moravcová's avatar Ing. Klára Moravcová
Browse files

Fix additional nodes.

parent 8a5ca23d
No related branches found
No related tags found
No related merge requests found
module "kubernetes_infra" {
# source = "./../../kubernetes-infra-dev-ost"
source = "git::https://gitlab.ics.muni.cz/cloud/terraform/modules/kubernetes-infra-dev-ost.git?ref=1.1.0"
source = "git::https://gitlab.ics.muni.cz/cloud/terraform/modules/kubernetes-infra-dev-ost.git?ref=1.1.1"
# Example of variable override
ssh_public_key = "~/.ssh/id_rsa.pub"
......@@ -12,6 +12,8 @@ module "kubernetes_infra" {
control_nodes_volume_size = 30
control_nodes_flavor = "c3.8core-16ram" # brno hpc.8core-16ram
additional_control_node_volume_size = 200
bastion_flavor = "g2.tiny"
worker_nodes = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment