-
Notifications
You must be signed in to change notification settings - Fork 22
/
Chart.yaml
54 lines (54 loc) · 1.85 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
apiVersion: v2
name: tyk-stack
version: 2.2.0
description: |
A Helm chart for deploying Tyk Self Managed stack 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.
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-stack
keywords:
- api gateway
- reverse proxy
- api management
- tyk
- tyk stack
- tyk self managed
- apis
- api developer portal
dependencies:
- name: tyk-gateway
version: 2.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 2.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 2.2.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 2.2.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 2.2.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
- name: tyk-operator
version: 1.1.0
repository: file://../components/tyk-operator
condition: global.components.operator
annotations:
artifacthub.io/category: networking
artifacthub.io/links: |
- name: docs
url: https://tyk.io/docs/
- name: support
url: https://community.tyk.io/