Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions samples/infrastructure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## Kubernetes

infrastructure:
name: prod-platformdemo-k8scluster
id: prodplatformdemok8scluster
description: ""
tags: {}
org: default
project: Platform_Demo
uses: gke | eks | aks | kubernetes
with:
connector: platformdemok8s
namespace: e2e-prod
release: release-<+INFRA_KEY>
parallel-deployment: false

## ECS

infrastructure:
name: ECS
id: ECS
description: "ECS Deployment Infrastructure"
tags:
account:dev
org: default
project: Platform_Demo
uses: ecs
with:
connector: AWSSalesDanF
region: us-west-2
cluster: lg-fargate
parallel-deployment: false


## SSH

infrastructure:
name: dev-ssh-aws
id: devsshaws
org: default
project: CD_Demo
uses: ssh-aws | ssh-azure | ssh-pdc | winrm-azure | winrm-aws | winrm-pdc
with:
credentials: sshawsdemo
connector: account.AWS_Sales_Account
region: us-west-2
# instance-filter: Remove Instance Filter
tags:
name: sshdemo-instance
vpcs: []
host-connection-type: public-ip
instance-type: aws
parallel-deployment: false