Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-fofanov committed May 26, 2020
1 parent 9f91be4 commit be7365d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This module provisions a self-hosted Gitlab runner with
AWS Spot instances.

**Architecture**

The architecture is quite standard and mainly consists of EC2 instance (aka maanger) which has all required software
installed and automatically registers itself with Gitlab. It spawns worker Spot instances which run CI/CD jobs and
doesn't run any jobs itself.
Expand Down Expand Up @@ -125,7 +126,7 @@ module "gitlab_runner" {
namespace = "cp"
stage = "prod"
region = "us-west-2
region = "us-west-2"
availability_zone = "d"
registration_token = "XXXXXXXX"
Expand Down Expand Up @@ -241,7 +242,7 @@ module "gitlab_runner" {
namespace = "cp"
stage = "prod"
region = "us-west-2
region = "us-west-2"
availability_zone = "d"
registration_token_ssm_param = "/prod/stack/gitlab-runner/registration_token"
Expand Down
5 changes: 3 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ introduction: |-
AWS Spot instances.
**Architecture**
The architecture is quite standard and mainly consists of EC2 instance (aka maanger) which has all required software
installed and automatically registers itself with Gitlab. It spawns worker Spot instances which run CI/CD jobs and
doesn't run any jobs itself.
Expand Down Expand Up @@ -138,7 +139,7 @@ usage: |-
namespace = "cp"
stage = "prod"
region = "us-west-2
region = "us-west-2"
availability_zone = "d"
registration_token = "XXXXXXXX"
Expand Down Expand Up @@ -250,7 +251,7 @@ examples: |-
namespace = "cp"
stage = "prod"
region = "us-west-2
region = "us-west-2"
availability_zone = "d"
registration_token_ssm_param = "/prod/stack/gitlab-runner/registration_token"
Expand Down

0 comments on commit be7365d

Please sign in to comment.