11# api7ee3
22
3- ![ Version: 0.13.4 ] ( https://img.shields.io/badge/Version-0.13.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.0.0] ( https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square )
3+ ![ Version: 0.14.0 ] ( https://img.shields.io/badge/Version-0.14.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.0.0] ( https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -18,9 +18,10 @@ A Helm chart for Kubernetes
1818| affinity | object | ` {} ` | |
1919| busybox.image.repository | string | ` "docker.io/busybox" ` | |
2020| busybox.image.tag | float | ` 1.28 ` | |
21+ | dashboard.extraEnvVars | list | ` [] ` | |
2122| dashboard.image.pullPolicy | string | ` "Always" ` | |
2223| dashboard.image.repository | string | ` "api7/api7-ee-3-integrated" ` | |
23- | dashboard.image.tag | string | ` "v3.2.11.5 " ` | |
24+ | dashboard.image.tag | string | ` "v3.2.13.0 " ` | |
2425| dashboard.keyCertSecret | string | ` "" ` | |
2526| dashboard.replicaCount | int | ` 1 ` | |
2627| dashboard_configuration.console.addr | string | ` "http://127.0.0.1:3000" ` | |
@@ -29,6 +30,14 @@ A Helm chart for Kubernetes
2930| dashboard_configuration.log.output | string | ` "stderr" ` | |
3031| dashboard_configuration.login.source | string | ` "DB" ` | |
3132| dashboard_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
33+ | dashboard_configuration.prometheus.basic_auth.password | string | ` "" ` | |
34+ | dashboard_configuration.prometheus.basic_auth.username | string | ` "" ` | |
35+ | dashboard_configuration.prometheus.tls.ca_file | string | ` "" ` | |
36+ | dashboard_configuration.prometheus.tls.cert_file | string | ` "" ` | |
37+ | dashboard_configuration.prometheus.tls.enable_client_cert | bool | ` false ` | |
38+ | dashboard_configuration.prometheus.tls.insecure_skip_verify | bool | ` false ` | |
39+ | dashboard_configuration.prometheus.tls.key_file | string | ` "" ` | |
40+ | dashboard_configuration.prometheus.tls.server_name | string | ` "" ` | |
3241| dashboard_configuration.prometheus.whitelist[ 0] | string | ` "/api/v1/query_range" ` | |
3342| dashboard_configuration.prometheus.whitelist[ 1] | string | ` "/api/v1/query" ` | |
3443| dashboard_configuration.prometheus.whitelist[ 2] | string | ` "/api/v1/format_query" ` | |
@@ -54,14 +63,33 @@ A Helm chart for Kubernetes
5463| dashboard_service.port | int | ` 7080 ` | |
5564| dashboard_service.tlsPort | int | ` 7443 ` | |
5665| dashboard_service.type | string | ` "ClusterIP" ` | |
66+ | developer_portal.extraEnvVars | list | ` [] ` | |
67+ | developer_portal.image.pullPolicy | string | ` "IfNotPresent" ` | |
68+ | developer_portal.image.repository | string | ` "api7/api7-developer-portal" ` | |
69+ | developer_portal.image.tag | string | ` "v0.0.3" ` | |
70+ | developer_portal.replicaCount | int | ` 1 ` | |
71+ | developer_portal_configuration.enable | bool | ` true ` | |
72+ | developer_portal_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
73+ | developer_portal_configuration.server.listen.port | int | ` 4321 ` | |
74+ | developer_portal_service.port | int | ` 4321 ` | |
75+ | developer_portal_service.type | string | ` "ClusterIP" ` | |
76+ | dp_manager.extraEnvVars | list | ` [] ` | |
5777| dp_manager.image.pullPolicy | string | ` "Always" ` | |
5878| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
59- | dp_manager.image.tag | string | ` "v3.2.11.5 " ` | |
79+ | dp_manager.image.tag | string | ` "v3.2.13.0 " ` | |
6080| dp_manager.replicaCount | int | ` 1 ` | |
6181| dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
6282| dp_manager_configuration.log.level | string | ` "warn" ` | |
6383| dp_manager_configuration.log.output | string | ` "stderr" ` | |
6484| dp_manager_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
85+ | dp_manager_configuration.prometheus.basic_auth.password | string | ` "" ` | |
86+ | dp_manager_configuration.prometheus.basic_auth.username | string | ` "" ` | |
87+ | dp_manager_configuration.prometheus.tls.ca_file | string | ` "" ` | |
88+ | dp_manager_configuration.prometheus.tls.cert_file | string | ` "" ` | |
89+ | dp_manager_configuration.prometheus.tls.enable_client_cert | bool | ` false ` | |
90+ | dp_manager_configuration.prometheus.tls.insecure_skip_verify | bool | ` false ` | |
91+ | dp_manager_configuration.prometheus.tls.key_file | string | ` "" ` | |
92+ | dp_manager_configuration.prometheus.tls.server_name | string | ` "" ` | |
6593| dp_manager_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
6694| dp_manager_configuration.server.listen.port | int | ` 7900 ` | |
6795| dp_manager_configuration.server.tls.host | string | ` "0.0.0.0" ` | |
@@ -97,6 +125,7 @@ A Helm chart for Kubernetes
97125| prometheus.server.configuration | string | ` "" ` | |
98126| prometheus.server.enableAdminAPI | bool | ` true ` | |
99127| prometheus.server.enableRemoteWriteReceiver | bool | ` true ` | |
128+ | prometheus.server.existingSecret | string | ` "" ` | |
100129| prometheus.server.persistence.enabled | bool | ` true ` | |
101130| prometheus.server.persistence.size | string | ` "120Gi" ` | |
102131| prometheus.server.rbac.create | bool | ` false ` | |
@@ -109,3 +138,4 @@ A Helm chart for Kubernetes
109138| serviceAccount.create | bool | ` true ` | |
110139| serviceAccount.name | string | ` "" ` | |
111140| tolerations | list | ` [] ` | |
141+
0 commit comments