Skip to content

Commit

Permalink
Add dev and prod stack config files (pulumi-zephyr#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Mar 3, 2023
1 parent 1870b17 commit 496972b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infra/Pulumi.dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config:
zephyr-eks:desiredClusterSize: "3"
zephyr-eks:eksNodeInstanceType: t3.medium
zephyr-eks:maxClusterSize: "6"
zephyr-eks:minClusterSize: "3"
zephyr-eks:vpcNetworkCidr: 10.0.0.0/16
6 changes: 6 additions & 0 deletions infra/Pulumi.prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config:
zephyr-eks:desiredClusterSize: "3"
zephyr-eks:eksNodeInstanceType: t3.medium
zephyr-eks:maxClusterSize: "6"
zephyr-eks:minClusterSize: "3"
zephyr-eks:vpcNetworkCidr: 10.0.0.0/16

0 comments on commit 496972b

Please sign in to comment.