11# api7ee3
22
3- ![ Version: 0.17.11 ] ( https://img.shields.io/badge/Version-0.17.11 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.7.2.0 ] ( https://img.shields.io/badge/AppVersion-3.7.2 -informational?style=flat-square )
3+ ![ Version: 0.17.12 ] ( https://img.shields.io/badge/Version-0.17.12 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.7.3 ] ( https://img.shields.io/badge/AppVersion-3.7.3 -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.7.2 " ` | |
26+ | dashboard.image.tag | string | ` "v3.7.3 " ` | |
2727| dashboard.keyCertSecret | string | ` "" ` | |
2828| dashboard.livenessProbe.failureThreshold | int | ` 30 ` | |
2929| dashboard.livenessProbe.initialDelaySeconds | int | ` 180 ` | |
@@ -40,7 +40,7 @@ A Helm chart for Kubernetes
4040| dashboard_configuration.consumer_proxy.cache_success_ttl | int | ` 60 ` | |
4141| dashboard_configuration.consumer_proxy.enable | bool | ` false ` | |
4242| dashboard_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
43- | dashboard_configuration.database.max_idle_conns | int | ` 2 ` | |
43+ | dashboard_configuration.database.max_idle_time | string | ` "30s" ` | |
4444| dashboard_configuration.database.max_open_conns | int | ` 30 ` | |
4545| dashboard_configuration.developer_proxy.cache_failure_count | int | ` 256 ` | |
4646| dashboard_configuration.developer_proxy.cache_failure_ttl | int | ` 15 ` | |
@@ -93,7 +93,7 @@ A Helm chart for Kubernetes
9393| developer_portal.extraVolumes | list | ` [] ` | |
9494| developer_portal.image.pullPolicy | string | ` "Always" ` | |
9595| developer_portal.image.repository | string | ` "api7/api7-ee-developer-portal" ` | |
96- | developer_portal.image.tag | string | ` "v3.7.2 " ` | |
96+ | developer_portal.image.tag | string | ` "v3.7.3 " ` | |
9797| developer_portal.keyCertSecret | string | ` "" ` | |
9898| developer_portal.livenessProbe.failureThreshold | int | ` 10 ` | |
9999| developer_portal.livenessProbe.initialDelaySeconds | int | ` 60 ` | |
@@ -104,7 +104,7 @@ A Helm chart for Kubernetes
104104| developer_portal.readinessProbe.periodSeconds | int | ` 3 ` | |
105105| developer_portal.replicaCount | int | ` 1 ` | |
106106| developer_portal_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
107- | developer_portal_configuration.database.max_idle_conns | int | ` 2 ` | |
107+ | developer_portal_configuration.database.max_idle_time | string | ` "30s" ` | |
108108| developer_portal_configuration.database.max_open_conns | int | ` 30 ` | |
109109| developer_portal_configuration.enable | bool | ` true ` | |
110110| developer_portal_configuration.log.level | string | ` "warn" ` | |
@@ -132,7 +132,7 @@ A Helm chart for Kubernetes
132132| dp_manager.extraVolumes | list | ` [] ` | |
133133| dp_manager.image.pullPolicy | string | ` "Always" ` | |
134134| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
135- | dp_manager.image.tag | string | ` "v3.7.2 " ` | |
135+ | dp_manager.image.tag | string | ` "v3.7.3 " ` | |
136136| dp_manager.livenessProbe.failureThreshold | int | ` 10 ` | |
137137| dp_manager.livenessProbe.initialDelaySeconds | int | ` 60 ` | |
138138| dp_manager.livenessProbe.periodSeconds | int | ` 3 ` | |
@@ -141,8 +141,11 @@ A Helm chart for Kubernetes
141141| dp_manager.readinessProbe.initialDelaySeconds | int | ` 10 ` | |
142142| dp_manager.readinessProbe.periodSeconds | int | ` 3 ` | |
143143| dp_manager.replicaCount | int | ` 1 ` | |
144+ | dp_manager_configuration.consumer_cache.evict_interval | string | ` "5s" ` | |
145+ | dp_manager_configuration.consumer_cache.max_ttl | string | ` "2h" ` | |
146+ | dp_manager_configuration.consumer_cache.size | int | ` 50000 ` | |
144147| dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
145- | dp_manager_configuration.database.max_idle_conns | int | ` 2 ` | |
148+ | dp_manager_configuration.database.max_idle_time | string | ` "30s" ` | |
146149| dp_manager_configuration.database.max_open_conns | int | ` 30 ` | |
147150| dp_manager_configuration.log.level | string | ` "warn" ` | |
148151| dp_manager_configuration.log.output | string | ` "stderr" ` | |
0 commit comments