-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ingress, pubsub, blob store, ent support (#44)
* add ingress Signed-off-by: Sunny Yip <sunny@kusari.dev> * fix linting errors Signed-off-by: Sunny Yip <sunny@kusari.dev> * add ingress and test Signed-off-by: Sunny Yip <sunny@kusari.dev> * update unit test Signed-off-by: Sunny Yip <sunny@kusari.dev> * update helm unittest version Signed-off-by: Sunny Yip <sunny@kusari.dev> * add ENT postgres support Signed-off-by: Sunny Yip <sunny@kusari.dev> check in test inputs Signed-off-by: Sunny Yip <sunny@kusari.dev> * bump helm chart version Signed-off-by: Sunny Yip <sunny@kusari.dev> fix test Signed-off-by: Sunny Yip <sunny@kusari.dev> * add pubsub and blob addr Signed-off-by: Sunny Yip <sunny@kusari.dev> add labels to collectsub Signed-off-by: Sunny Yip <sunny@kusari.dev> * add labels to collectsub Signed-off-by: Sunny Yip <sunny@kusari.dev> * set defaults for pubSubAddr and blobAddr Signed-off-by: Sunny Yip <sunny@kusari.dev> * fix white spaces Signed-off-by: Sunny Yip <sunny@kusari.dev> * add minio blobstore Signed-off-by: Sunny Yip <sunny@kusari.dev> * update test config and set namespace Signed-off-by: Sunny Yip <sunny@kusari.dev> * add minio chart to test Signed-off-by: Sunny Yip <sunny@kusari.dev> * fix whitespaces Signed-off-by: Sunny Yip <sunny@kusari.dev> * fix whitespaces Signed-off-by: Sunny Yip <sunny@kusari.dev> * make test work Signed-off-by: Sunny Yip <sunny@kusari.dev> * lower memory request for minio Signed-off-by: Sunny Yip <sunny@kusari.dev> * fix formatting Signed-off-by: Sunny Yip <sunny@kusari.dev> * pull image from ghcr Signed-off-by: Sunny Yip <sunny@kusari.dev> * login to ghcr Signed-off-by: Sunny Yip <sunny@kusari.dev> * login to ghcr Signed-off-by: Sunny Yip <sunny@kusari.dev> * use generated ns Signed-off-by: Sunny Yip <sunny@kusari.dev> * use latest build Signed-off-by: Sunny Yip <sunny@kusari.dev> * remove unused permission Signed-off-by: Sunny Yip <sunny@kusari.dev> * update README Signed-off-by: Sunny Yip <sunny@kusari.dev> * get local test running Signed-off-by: Sunny Yip <sunny@kusari.dev> * update README Signed-off-by: Sunny Yip <sunny@kusari.dev> * bump version and include minio as a dependency Signed-off-by: Sunny Yip <sunny@kusari.dev> * fix linting error Signed-off-by: Sunny Yip <sunny@kusari.dev> --------- Signed-off-by: Sunny Yip <sunny@kusari.dev>
- Loading branch information
Showing
29 changed files
with
727 additions
and
136 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.