We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb833d commit 6d47a66Copy full SHA for 6d47a66
environments/.stackhpc/tofu/LEAFCLOUD-dev.tfvars
@@ -0,0 +1,10 @@
1
+cluster_networks = [
2
+ {
3
+ network = "stackhpc-dev"
4
+ subnet = "stackhpc-dev"
5
+ }
6
+]
7
+control_node_flavor = "ec1.medium" # small ran out of memory, medium gets down to ~100Mi mem free on deployment
8
+other_node_flavor = "en1.xsmall"
9
+state_volume_type = "unencrypted"
10
+home_volume_type = "unencrypted"
0 commit comments