11# api7ee3
22
3- ![ Version: 0.16.19 ] ( https://img.shields.io/badge/Version-0.16.19 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.2.16] ( https://img.shields.io/badge/AppVersion-3.2.16-informational?style=flat-square )
3+ ![ Version: 0.16.20 ] ( https://img.shields.io/badge/Version-0.16.20 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.2.16] ( https://img.shields.io/badge/AppVersion-3.2.16-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -23,7 +23,7 @@ A Helm chart for Kubernetes
2323| dashboard.extraVolumes | list | ` [] ` | |
2424| dashboard.image.pullPolicy | string | ` "Always" ` | |
2525| dashboard.image.repository | string | ` "api7/api7-ee-3-integrated" ` | |
26- | dashboard.image.tag | string | ` "v3.2.16.5 " ` | |
26+ | dashboard.image.tag | string | ` "v3.2.16.6 " ` | |
2727| dashboard.keyCertSecret | string | ` "" ` | |
2828| dashboard.replicaCount | int | ` 1 ` | |
2929| dashboard_configuration.console.addr | string | ` "http://127.0.0.1:3000" ` | |
@@ -35,6 +35,10 @@ A Helm chart for Kubernetes
3535| dashboard_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
3636| dashboard_configuration.database.max_idle_conns | int | ` 2 ` | |
3737| dashboard_configuration.database.max_open_conns | int | ` 30 ` | |
38+ | dashboard_configuration.developer_proxy.cache_failure_count | int | ` 256 ` | |
39+ | dashboard_configuration.developer_proxy.cache_failure_ttl | int | ` 15 ` | |
40+ | dashboard_configuration.developer_proxy.cache_success_count | int | ` 256 ` | |
41+ | dashboard_configuration.developer_proxy.cache_success_ttl | int | ` 15 ` | |
3842| dashboard_configuration.log.level | string | ` "warn" ` | |
3943| dashboard_configuration.log.output | string | ` "stderr" ` | |
4044| dashboard_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
@@ -78,15 +82,27 @@ A Helm chart for Kubernetes
7882| dashboard_service.tlsPort | int | ` 7443 ` | |
7983| dashboard_service.type | string | ` "ClusterIP" ` | |
8084| developer_portal.extraEnvVars | list | ` [] ` | |
81- | developer_portal.image.pullPolicy | string | ` "IfNotPresent" ` | |
82- | developer_portal.image.repository | string | ` "api7/api7-developer-portal" ` | |
83- | developer_portal.image.tag | string | ` "v0.1.3" ` | |
85+ | developer_portal.extraVolumeMounts | list | ` [] ` | |
86+ | developer_portal.extraVolumes | list | ` [] ` | |
87+ | developer_portal.image.pullPolicy | string | ` "Always" ` | |
88+ | developer_portal.image.repository | string | ` "api7/api7-ee-developer-portal" ` | |
89+ | developer_portal.image.tag | string | ` "v3.2.16.6" ` | |
8490| developer_portal.keyCertSecret | string | ` "" ` | |
8591| developer_portal.replicaCount | int | ` 1 ` | |
92+ | developer_portal_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
93+ | developer_portal_configuration.database.max_idle_conns | int | ` 2 ` | |
94+ | developer_portal_configuration.database.max_open_conns | int | ` 30 ` | |
8695| developer_portal_configuration.enable | bool | ` true ` | |
96+ | developer_portal_configuration.log.level | string | ` "warn" ` | |
97+ | developer_portal_configuration.log.output | string | ` "stderr" ` | |
8798| developer_portal_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
8899| developer_portal_configuration.server.listen.port | int | ` 4321 ` | |
100+ | developer_portal_configuration.server.listen.tls.cert_file | string | ` "" ` | |
89101| developer_portal_configuration.server.listen.tls.enabled | bool | ` true ` | |
102+ | developer_portal_configuration.server.listen.tls.key_file | string | ` "" ` | |
103+ | developer_portal_configuration.server.status.disable | bool | ` false ` | |
104+ | developer_portal_configuration.server.status.host | string | ` "127.0.0.1" ` | |
105+ | developer_portal_configuration.server.status.port | int | ` 4322 ` | |
90106| developer_portal_service.annotations | object | ` {} ` | |
91107| developer_portal_service.ingress.annotations | object | ` {} ` | |
92108| developer_portal_service.ingress.className | string | ` "" ` | |
@@ -102,7 +118,7 @@ A Helm chart for Kubernetes
102118| dp_manager.extraVolumes | list | ` [] ` | |
103119| dp_manager.image.pullPolicy | string | ` "Always" ` | |
104120| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
105- | dp_manager.image.tag | string | ` "v3.2.16.5 " ` | |
121+ | dp_manager.image.tag | string | ` "v3.2.16.6 " ` | |
106122| dp_manager.replicaCount | int | ` 1 ` | |
107123| dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
108124| dp_manager_configuration.database.max_idle_conns | int | ` 2 ` | |
0 commit comments