Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nath authored Jan 3, 2024
1 parent 5b793e4 commit 9432558
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ Small app to demonstrate how to read CRON expression from Kubernetes deployment
1. Build the jar by running `./gradlew clean build`
2. Build the docker image by running `docker build -t k8scrontest -f Dockerfile .`
3. Create the K8s deployment by running `kubectl apply -f deployment.yml`
4. Check the logs by running `kubectl logs -f k8scrontest-<pod-id>`
4. Check the logs by running `kubectl logs -f k8scrontest-<pod-id>`

---
<p align="center">
⭐ Star this repository — it helps!
</p>

0 comments on commit 9432558

Please sign in to comment.