feat: complete readme.md file

This commit is contained in:
RouxAntoine 2021-03-22 22:37:51 +01:00
부모 eb9ccad432
커밋 58a7dcd52c
로그인 계정: antoine
GPG 키 ID: 098FB66FC0475E70
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제

19
readme.md Normal file
파일 보기

@ -0,0 +1,19 @@
# slack bot notifier
This repository contain go application deploy into kubernetes job batch with cron.
Each run application run some cli check and assert condition on cli stdout. If assertion failed
a notification is send to slack channel.
## local build
`make build`
## docker build and deploy
```
make docker-build
cd manifests/
terraform init
terraform apply --auto-approve
```