Skip to content

Commit

Permalink
outsource k8s to devops-boilerplate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
arodindev committed Aug 4, 2024
1 parent 05bfa96 commit 12845d4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 247 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,18 @@
* [Poetry](https://python-poetry.org/docs/#installation) installed
* Docker installed

## Getting started
## Getting Started

TODO
TODO: Tilt + Docker compose

## Development

TODO: Tilt + Docker compose

Rename the `.env.sample` file to `.env` within the project folder or export the `MONGODB_URI` environment variable manually with `$ export MONGODB_URI=<YOUR_URI>`. The application can be started in development mode via Poetry.

```bash
poetry run start
```

Pull MongoDB and run it:

```bash
docker pull mongo
docker run -p 27017:27017 mongo
```

#### Running tests locally using Tox

If you want to run tests and checks locally in an isolated environment. Useful if you want to make sure that all tests pass before passing new code to a CI/CD pipeline.
Expand Down
8 changes: 0 additions & 8 deletions k8s/kustomization.yaml

This file was deleted.

89 changes: 0 additions & 89 deletions k8s/mongodb/deployment.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions k8s/namespace.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions k8s/todoapp/deployment.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions k8s/todoapp/istio.yaml

This file was deleted.

0 comments on commit 12845d4

Please sign in to comment.