-
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.
[krakend] Nginx with oauth2-proxy redirect (#417)
Co-authored-by: Jozef Volak <[email protected]>
- Loading branch information
Showing
23 changed files
with
856 additions
and
248 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 |
---|---|---|
|
@@ -3,8 +3,13 @@ name: krakend | |
description: FRINX KrakenD API Gateway for FRINX-machine | ||
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4 | ||
type: application | ||
version: 4.1.0 | ||
version: 5.0.0 | ||
appVersion: "6.1.1" | ||
dependencies: | ||
- condition: nginx.enabled | ||
name: nginx | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 18.x.x | ||
maintainers: | ||
- name: FRINX | ||
email: [email protected] | ||
|
@@ -16,8 +21,13 @@ annotations: | |
- name: nginx | ||
image: nginx:1.27-alpine | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: Nginx as a separate pod | ||
links: | ||
- name: GitHub PR | ||
url: https://github.com/FRINXio/helm-charts/pull/417 | ||
- kind: added | ||
description: Added servicemonitors and monitoring configuration | ||
description: Add rate limits for services | ||
links: | ||
- name: GitHub PR | ||
url: https://github.com/FRINXio/helm-charts/pull/397 | ||
url: https://github.com/FRINXio/helm-charts/pull/417 |
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
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.