-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add tyk-control-plane umbrella chart Signed-off-by: Burak Sekili <[email protected]> * Update readme and add beta version to release Signed-off-by: Burak Sekili <[email protected]> * added helpers to use in it notes Signed-off-by: Burak Sekili <[email protected]> * add mdcb instructions on readme and update how to provide mdcb license through secret Signed-off-by: Burak Sekili <[email protected]> * Update notes of tyk-control-plane Signed-off-by: Burak Sekili <[email protected]> * Update ingress notes to mention that will belong to dashboard. Set pump disabled by default in docs. Remove redundant comment in the docs. Point to tyk-data-plane chart in the docs regarding deploying additional gateways. add todo comment in values file about analytics config type. move mongo and postgres pump installation notes Signed-off-by: Burak Sekili <[email protected]> * Fix addrs Signed-off-by: Burak Sekili <[email protected]> --------- Signed-off-by: Burak Sekili <[email protected]>
- Loading branch information
1 parent
8251bc0
commit 0f72428
Showing
11 changed files
with
2,326 additions
and
11 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 |
---|---|---|
|
@@ -6,3 +6,5 @@ tyk-stack/charts/* | |
|
||
tyk-data-plane/charts/* | ||
|
||
tyk-control-plane/charts/* | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
dependencies: | ||
- name: tyk-gateway | ||
repository: file://../components/tyk-gateway | ||
version: 1.2.0 | ||
- name: tyk-pump | ||
repository: file://../components/tyk-pump | ||
version: 1.2.0 | ||
- name: tyk-dashboard | ||
repository: file://../components/tyk-dashboard | ||
version: 1.0.0 | ||
- name: tyk-bootstrap | ||
repository: file://../components/tyk-bootstrap | ||
version: 1.0.0 | ||
- name: tyk-mdcb | ||
repository: file://../components/tyk-mdcb | ||
version: 1.0.0-beta1 | ||
- name: tyk-dev-portal | ||
repository: file://../components/tyk-dev-portal | ||
version: 1.0.0 | ||
digest: sha256:5245e9050edc9be75cb9e6201daa0fa8622a6b7f6912e2582c825023b03e4ba2 | ||
generated: "2024-01-17T15:44:19.948207+03:00" |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
apiVersion: v2 | ||
name: tyk-control-plane | ||
version: 1.0.0-beta1 | ||
description: | | ||
A Helm chart for deploying Tyk Control Plane on a cluster. | ||
It will deploy all required Tyk components with the settings provided in the values.yaml file. | ||
It includes: | ||
Tyk Gateway, an open source Enterprise API Gateway (supporting REST, GraphQL, TCP and gRPC protocols). | ||
Tyk Pump, an analytics purger that moves the data generated by your Tyk nodes to any back-end. | ||
Tyk Dashboard, a license based component that provides GUI management interface and analytics platform for Tyk. | ||
Tyk Developer Enterprise Portal, a full-fledged CMS-like system for API providers to publish, monetise and drive the adoption of APIs. | ||
Tyk MDCB, a license based component that performs management and synchronisation of distributed clusters of Tyk API Gateways. | ||
icon: https://tyk.io/wp-content/uploads/2023/11/Tyk-helm-icon-02.png | ||
type: application | ||
home: https://tyk.io/ | ||
sources: | ||
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-control-plane | ||
keywords: | ||
- api gateway | ||
- reverse proxy | ||
- api management | ||
- tyk | ||
- tyk stack | ||
- tyk self managed | ||
- apis | ||
- api developer portal | ||
- mdcb | ||
dependencies: | ||
- name: tyk-gateway | ||
version: 1.2.0 | ||
repository: file://../components/tyk-gateway | ||
- name: tyk-pump | ||
version: 1.2.0 | ||
repository: file://../components/tyk-pump | ||
condition: global.components.pump | ||
- name: tyk-dashboard | ||
version: 1.0.0 | ||
repository: file://../components/tyk-dashboard | ||
- name: tyk-bootstrap | ||
version: 1.0.0 | ||
repository: file://../components/tyk-bootstrap | ||
- name: tyk-mdcb | ||
version: 1.0.0-beta1 | ||
repository: file://../components/tyk-mdcb | ||
- name: tyk-dev-portal | ||
version: 1.0.0 | ||
repository: file://../components/tyk-dev-portal | ||
condition: global.components.devPortal | ||
annotations: | ||
artifacthub.io/category: networking | ||
artifacthub.io/links: | | ||
- name: docs | ||
url: https://tyk.io/docs/ | ||
- name: support | ||
url: https://community.tyk.io/ |
Oops, something went wrong.