Skip to content

Commit

Permalink
Merge pull request #6 from ladesa-ro/docs/infra
Browse files Browse the repository at this point in the history
feat: notes about infrastructure
  • Loading branch information
guesant authored Nov 20, 2024
2 parents e7db444 + ad31314 commit 95db039
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ Este serviço deve configurar o NGinx para atuar como API Gateway / Proxy Revers
curl -v "http://IP_CONTROL_PLANE:PORTA"
```

Por favor, veja o mapeamento de portas em [cluster/01-init-kubernetes-kind-cluster/README.md](../../cluster/01-init-kubernetes-kind-cluster/README.md).

Por uma questão organizacional, a configuração do ingress controller foi feita em [cluster/02-ingress-controller/README.md](../../cluster/02-ingress-controller/README.md), e este passo serve apenas para aguardar a disponibilidade desse serviço.

## Configurar o CertManager

:::: details Arquivos de Conveniência
Expand Down
8 changes: 0 additions & 8 deletions src/content/deploy/ladesa-notes/05-services/api/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# api

API HTTP Rest + API GraphQl.

## Deploy

Este projeto conta com um [script](./deploy.sh) para implantar a api nos ambientes `development` e `production`.

```sh
./deploy.sh
```
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# docs-packages-npm-api-client-fetch

Aplicação Docs/Packages/NPM/api-client-fetch.

## Deploy

Este projeto conta com um [script](./deploy.sh) para implantar a api nos ambientes `development` e `production`.

```sh
./deploy.sh
```
8 changes: 0 additions & 8 deletions src/content/deploy/ladesa-notes/05-services/web/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# web

Aplicação Web.

## Deploy

Este projeto conta com um [script](./deploy.sh) para implantar a api nos ambientes `development` e `production`.

```sh
./deploy.sh
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ Foi escolhido o proxy traefik para ser o Ingress Controller do cluster. Para a u
Além disso, a configuração do traefik como proxy e ingress controller é feita mediante o _chart_ helm:

- <https://doc.traefik.io/traefik/getting-started/install-traefik/#use-the-helm-chart>

---

Este projeto conta com um [script utilitário](./setup.sh) para a integraçãdo do traefik ao kubernetes que configura as CRDs e adiciona o repositório `traefik` à instação local do helm:

```sh
./setup.sh
```

0 comments on commit 95db039

Please sign in to comment.