An open API service indexing awesome lists of open source software.

https://github.com/werf/sample-app


https://github.com/werf/sample-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Prepare system

```
# /etc/hosts

127.0.0.1 k3d-registry.sample-app.test
127.0.0.1 sample-app.test
127.0.0.1 sample-app-2.test
```

# Run scenarios

## Successful deployment: werf vs helm

Prepare:

```
./scripts/prepare_successful_deploy.sh
```

Run scenario:

```
./scripts/run_successful_deploy.sh
```

## Deployment with failure: werf vs helm

Prepare:

```
./scripts/prepare_deploy_with_failure.sh
```

Run scenario:

```
./scripts/prepare_deploy_with_failure.sh
```