Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfujiwara committed Dec 31, 2024
1 parent 4e49194 commit 8779afd
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@

https://sfujiwara.com

## Architecture

```mermaid
graph LR;
USER(User) --> DNS[Cloud DNS]
subgraph LB[Load Balancer]
direction TB
IP[External IP] --> MAP[URL Map] --> BE[Backend]
end
subgraph NEG[Serverless NEG]
RUN[Cloud Run]
end
DNS --> IP
BE --> NEG
```

## Deployment

### Terraform
Expand All @@ -41,9 +22,5 @@ make docker-push
### Cloud Run

```shell
make cloud-run-deploy
make cloud-run
```

### Memo

- Fix name server settings of registrar (onamae.com)

0 comments on commit 8779afd

Please sign in to comment.