Skip to content

Commit

Permalink
Merge pull request #33 from junior/policy_as_a_module
Browse files Browse the repository at this point in the history
Policy as a module and small fixes
  • Loading branch information
junior authored May 19, 2023
2 parents d51f488 + b2393c2 commit f60f689
Show file tree
Hide file tree
Showing 28 changed files with 470 additions and 297 deletions.
211 changes: 106 additions & 105 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "oke-quickstart" {
# OKE Node Pool 1 arguments
# node_pool_cni_type_1 = "FLANNEL_OVERLAY" # Use "OCI_VCN_IP_NATIVE" for VCN Native PODs Network
cluster_autoscaler_enabled = true
node_pool_autoscaler_enabled_1 = true
node_pool_initial_num_worker_nodes_1 = 3 # Minimum number of nodes in the node pool
node_pool_max_num_worker_nodes_1 = 10 # Maximum number of nodes in the node pool
node_pool_instance_shape_1 = { "instanceShape" = "VM.Standard.E4.Flex", "ocpus" = 2, "memory" = 64 } # If not using a Flex shape, ocpus and memory are ignored
Expand Down
Loading

0 comments on commit f60f689

Please sign in to comment.