Skip to content

Commit

Permalink
Merge pull request #152 from evekhm/sb_components_add_readme
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
jonchenn authored Mar 19, 2024
2 parents 2ae9271 + 5966c26 commit 965193d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sb infra apply 2-foundation

Add a RESTful API service with **Todo** data model to this solution.
```
sb components add restful_service
sb components add -t restful_service todo_service
```

Fill details in the prompt:
Expand All @@ -116,13 +116,14 @@ Fill details in the prompt:

Add an HTTP Load Balancer for Cloud Run service(s)
```
sb add component terraform_httplb_cloudrun
sb components add -t terraform_httplb_cloudrun terraform_httplb_cloudrun
sb infra apply 3-httplb-cloudrun
```

Build and deploy
```
sb deploy
NAMESPACE=default
sb deploy -n $NAMESPACE
```
- See other deployment options in [solutions_builder/modules](solutions_builder/modules).

Expand Down Expand Up @@ -153,4 +154,4 @@ In the [docs/components](docs/components) folder, it contains a few more guidanc

## Troubleshoot

See [TROUBLESHOOTING Guide](docs/TROUBLESHOOTING.md) for details.
See [TROUBLESHOOTING Guide](docs/TROUBLESHOOTING.md) for details.

0 comments on commit 965193d

Please sign in to comment.