-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nats): Implement NATS eventbus (#122)
* Deploy postgres to minikube for testing * Add nats event bus * Replace ingress test case w/ nats, which includes ingress * set test max connections and get postgres logs * make sure max con is more than default max concurrency * skip waiting for postgres pod * bring back the sleep * use fqdn * revert indent change * fix nats service annotation indent * remove extra space * dedicated nats cluster * use only headless svc * use headless service for clients * do not publish not ready pods for client service * Revert min ready seconds * Remove secret key * revert postgres resources * revert matrix * NATS resources block * fix nats secret key * dump chart version * reduce resources in test * Use healthchecks inspired by NATS helm chart, query the nats http port * configure startup probe to allow for NATS 60 second client connect timmeout * fix indent * fix chart version * fix readme version
- Loading branch information
Showing
9 changed files
with
536 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- "ingress" | ||
- "volume" | ||
- "pubsub" | ||
- "postgres" | ||
- "nats" | ||
k8s_version: | ||
- v1.25.0 | ||
- v1.27.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.