generated from CyanAsterisk/.github
-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add k8s deployment files #136
Merged
Merged
Conversation
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
L2ncE
approved these changes
Apr 24, 2023
L2ncE
added a commit
that referenced
this pull request
Jul 31, 2023
* Update README.md * optimize: improve birthDateGen * refactor: change ids from i64 to string and modify redis db (#129) * refactor: change ids from i64 to string * fix: change redis db * fix: use consts to set the limit of some profile and some trip * fix: fix test * test: fix user test * fix: fix account id bug (#130) * optimize: profile handler * fix: fix delete and check profile bug (#131) * feat: add limiter mw * chore(deps): bump github.com/cloudwego/kitex from 0.4.4 to 0.5.1 (#119) Bumps [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex) from 0.4.4 to 0.5.1. - [Release notes](https://github.com/cloudwego/kitex/releases) - [Commits](cloudwego/kitex@v0.4.4...v0.5.1) --- updated-dependencies: - dependency-name: github.com/cloudwego/kitex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add delayed double delete * docs: fix wrong link * feat: refactor car sim (#133) * feat: add ChatGPT * optimize: improve gpt service * optimize: add proxy for gpt * feat: add payment (#135) * feat: Add k8s deployment files (#136) * Create K8s * Add files via upload * Delete K8s * Delete ingress.yaml * Delete sc.yaml * Delete test.yaml * Update Makefile * chore(deps): bump github.com/hashicorp/consul/api from 1.18.0 to 1.20.0 (#141) Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.20.0. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.18.0...api/v1.20.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/cloudwego/hertz from 0.6.0 to 0.6.2 (#140) Bumps [github.com/cloudwego/hertz](https://github.com/cloudwego/hertz) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/cloudwego/hertz/releases) - [Commits](cloudwego/hertz@v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: github.com/cloudwego/hertz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump gorm.io/driver/mysql from 1.4.5 to 1.5.0 (#139) Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.4.5 to 1.5.0. - [Release notes](https://github.com/go-gorm/mysql/releases) - [Commits](go-gorm/mysql@v1.4.5...v1.5.0) --- updated-dependencies: - dependency-name: gorm.io/driver/mysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/cloudwego/kitex from 0.5.1 to 0.5.2 (#138) Bumps [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/cloudwego/kitex/releases) - [Commits](cloudwego/kitex@v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: github.com/cloudwego/kitex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xinhao Yuan <llance_24@foxmail.com> * chore(deps): bump gorm.io/gorm (#142) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/commits/v1.25.1) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * optimize: improve cors * chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#147) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/cloudwego/hertz from 0.6.2 to 0.6.4 (#144) Bumps [github.com/cloudwego/hertz](https://github.com/cloudwego/hertz) from 0.6.2 to 0.6.4. - [Release notes](https://github.com/cloudwego/hertz/releases) - [Commits](cloudwego/hertz@v0.6.2...v0.6.4) --- updated-dependencies: - dependency-name: github.com/cloudwego/hertz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * style: update src * chore(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.59 (#151) Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.49 to 7.0.59. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.49...v7.0.59) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump gorm.io/gorm from 1.25.1 to 1.25.2 (#150) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.1 to 1.25.2. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.25.1...v1.25.2) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aidanwoods.dev/go-paseto from 1.3.0 to 1.4.0 (#149) Bumps [aidanwoods.dev/go-paseto](https://github.com/aidantwoods/go-paseto) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/aidantwoods/go-paseto/releases) - [Commits](aidantwoods/go-paseto@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: aidanwoods.dev/go-paseto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hertz-contrib/http2 from 0.1.5 to 0.1.7 (#143) Bumps [github.com/hertz-contrib/http2](https://github.com/hertz-contrib/http2) from 0.1.5 to 0.1.7. - [Release notes](https://github.com/hertz-contrib/http2/releases) - [Commits](hertz-contrib/http2@v0.1.5...v0.1.7) --- updated-dependencies: - dependency-name: github.com/hertz-contrib/http2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xinhao Yuan <llance_24@foxmail.com> * docs: update README * docs: update README --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Qing Zhou <claude-zq@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nihilism <114405451+Nihilism0@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?