11# api7ee3
22
3- ![ Version: 0.12.1 ] ( https://img.shields.io/badge/Version-0.12.1 -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.12.2 ] ( https://img.shields.io/badge/Version-0.12.2 -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
@@ -20,7 +20,8 @@ A Helm chart for Kubernetes
2020| busybox.image.tag | float | ` 1.28 ` | |
2121| dashboard.image.pullPolicy | string | ` "IfNotPresent" ` | |
2222| dashboard.image.repository | string | ` "api7/api7-ee-3-integrated" ` | |
23- | dashboard.image.tag | string | ` "v3.2.9.1" ` | |
23+ | dashboard.image.tag | string | ` "v3.2.9.2" ` | |
24+ | dashboard.keyCertSecret | string | ` "" ` | |
2425| dashboard.replicaCount | int | ` 1 ` | |
2526| dashboard_configuration.console.addr | string | ` "http://127.0.0.1:3000" ` | |
2627| dashboard_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
@@ -33,15 +34,22 @@ A Helm chart for Kubernetes
3334| dashboard_configuration.prometheus.whitelist[ 2] | string | ` "/api/v1/format_query" ` | |
3435| dashboard_configuration.prometheus.whitelist[ 3] | string | ` "/api/v1/series" ` | |
3536| dashboard_configuration.prometheus.whitelist[ 4] | string | ` "/api/v1/labels" ` | |
37+ | dashboard_configuration.server.listen.disable | bool | ` true ` | |
3638| dashboard_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
3739| dashboard_configuration.server.listen.port | int | ` 7080 ` | |
40+ | dashboard_configuration.server.tls.cert_file | string | ` "" ` | |
41+ | dashboard_configuration.server.tls.disable | bool | ` false ` | |
42+ | dashboard_configuration.server.tls.host | string | ` "0.0.0.0" ` | |
43+ | dashboard_configuration.server.tls.key_file | string | ` "" ` | |
44+ | dashboard_configuration.server.tls.port | int | ` 7443 ` | |
3845| dashboard_configuration.session_options_config.same_site | string | ` "lax" ` | |
3946| dashboard_configuration.session_options_config.secure | bool | ` false ` | |
4047| dashboard_service.port | int | ` 7080 ` | |
48+ | dashboard_service.tlsPort | int | ` 7443 ` | |
4149| dashboard_service.type | string | ` "ClusterIP" ` | |
4250| dp_manager.image.pullPolicy | string | ` "IfNotPresent" ` | |
4351| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
44- | dp_manager.image.tag | string | ` "v3.2.9.1 " ` | |
52+ | dp_manager.image.tag | string | ` "v3.2.9.2 " ` | |
4553| dp_manager.replicaCount | int | ` 1 ` | |
4654| dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
4755| dp_manager_configuration.log.level | string | ` "warn" ` | |
0 commit comments