Skip to content

Commit

Permalink
add prod stack
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeromano committed Mar 8, 2024
1 parent bf83bb3 commit d47f030
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
arrays: [
stack: {name: "hub", iamRole: "arn:aws:iam::753080021511:role/pulumi-github-actions"},
stack: {name: "dev", iamRole: "arn:aws:iam::753080021511:role/pulumi-github-actions"},
stack: {name: "prod", iamRole: "arn:aws:iam::753080021511:role/pulumi-github-actions"},
]
permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
arrays: [
stack: {name: "hub", iamRole: "arn:aws:iam::753080021511:role/pulumi-github-actions"},
stack: {name: "dev", iamRole: "arn:aws:iam::753080021511:role/pulumi-github-actions"},
stack: {name: "prod", iamRole: "arn:aws:iam::753080021511:role/pulumi-github-actions"},
]
permissions:
id-token: write
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions pulumi/Pulumi.prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
config:
aws:region: us-east-1
cidrBlock: 10.0.0.0/16
awsAccountId: "753080021511"
clusterType: "spoke"
name: "prod"
hubStackName: "blakeromano/gitopscon-2024-na-demo/hub"
githubOrg: "gitops-bridge-dev"
githubRepo: "gitopscon-2024-na-demo"
secretPath: "gitops/clusters/prod-cluster.yaml"
implementationType: "github"
clusterComponents: {}

0 comments on commit d47f030

Please sign in to comment.