11# api7ee3
22
3- ![ Version: 0.17.30 ] ( https://img.shields.io/badge/Version-0.17.30 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.8.16 ] ( https://img.shields.io/badge/AppVersion-3.8.16 -informational?style=flat-square )
3+ ![ Version: 0.17.31 ] ( https://img.shields.io/badge/Version-0.17.31 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.8.17 ] ( https://img.shields.io/badge/AppVersion-3.8.17 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -29,7 +29,7 @@ A Helm chart for Kubernetes
2929| dashboard.extraVolumes | list | ` [] ` | |
3030| dashboard.image.pullPolicy | string | ` "Always" ` | |
3131| dashboard.image.repository | string | ` "api7/api7-ee-3-integrated" ` | |
32- | dashboard.image.tag | string | ` "v3.8.16 " ` | |
32+ | dashboard.image.tag | string | ` "v3.8.17 " ` | |
3333| dashboard.keyCertSecret | string | ` "" ` | |
3434| dashboard.livenessProbe.failureThreshold | int | ` 30 ` | |
3535| dashboard.livenessProbe.initialDelaySeconds | int | ` 180 ` | |
@@ -54,7 +54,7 @@ A Helm chart for Kubernetes
5454| dashboard_configuration.developer_proxy.cache_failure_ttl | int | ` 15 ` | |
5555| dashboard_configuration.developer_proxy.cache_success_count | int | ` 256 ` | |
5656| dashboard_configuration.developer_proxy.cache_success_ttl | int | ` 15 ` | |
57- | dashboard_configuration.log.level | string | ` "warn" ` | |
57+ | dashboard_configuration.log.level | string | ` "warn" ` | Allowed values: ` debug ` , ` info ` , ` warn ` , ` error ` |
5858| dashboard_configuration.log.output | string | ` "stderr" ` | |
5959| dashboard_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
6060| dashboard_configuration.prometheus.basic_auth.password | string | ` "" ` | |
@@ -72,6 +72,11 @@ A Helm chart for Kubernetes
7272| dashboard_configuration.prometheus.whitelist[ 2] | string | ` "/api/v1/format_query" ` | |
7373| dashboard_configuration.prometheus.whitelist[ 3] | string | ` "/api/v1/series" ` | |
7474| dashboard_configuration.prometheus.whitelist[ 4] | string | ` "/api/v1/labels" ` | |
75+ | dashboard_configuration.security.ip_restriction.allow_list | list | ` [] ` | empty means allow all |
76+ | dashboard_configuration.security.ip_restriction.deny_list | list | ` [] ` | |
77+ | dashboard_configuration.security.ip_restriction.message | string | ` "Access denied" ` | |
78+ | dashboard_configuration.security.ip_restriction.response_code | int | ` 403 ` | |
79+ | dashboard_configuration.security.trusted_proxies | list | ` ["0.0.0.0/0","::/0"] ` | A list of network origins (IPv4 addresses, IPv4 CIDRs, IPv6 addresses or IPv6 CIDRs) from which to trust request's headers("X-Forwarded-For", "X-Real-IP") that contain alternative client IP. |
7580| dashboard_configuration.server.listen.disable | bool | ` true ` | |
7681| dashboard_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
7782| dashboard_configuration.server.listen.port | int | ` 7080 ` | |
@@ -105,7 +110,7 @@ A Helm chart for Kubernetes
105110| developer_portal.extraVolumes | list | ` [] ` | |
106111| developer_portal.image.pullPolicy | string | ` "Always" ` | |
107112| developer_portal.image.repository | string | ` "api7/api7-ee-developer-portal" ` | |
108- | developer_portal.image.tag | string | ` "v3.8.16 " ` | |
113+ | developer_portal.image.tag | string | ` "v3.8.17 " ` | |
109114| developer_portal.keyCertSecret | string | ` "" ` | |
110115| developer_portal.livenessProbe.failureThreshold | int | ` 10 ` | |
111116| developer_portal.livenessProbe.initialDelaySeconds | int | ` 60 ` | |
@@ -120,7 +125,7 @@ A Helm chart for Kubernetes
120125| developer_portal_configuration.database.max_idle_time | string | ` "30s" ` | |
121126| developer_portal_configuration.database.max_open_conns | int | ` 30 ` | |
122127| developer_portal_configuration.enable | bool | ` true ` | |
123- | developer_portal_configuration.log.level | string | ` "warn" ` | |
128+ | developer_portal_configuration.log.level | string | ` "warn" ` | Allowed values: ` debug ` , ` info ` , ` warn ` , ` error ` |
124129| developer_portal_configuration.log.output | string | ` "stderr" ` | |
125130| developer_portal_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
126131| developer_portal_configuration.server.listen.port | int | ` 4321 ` | |
@@ -145,7 +150,7 @@ A Helm chart for Kubernetes
145150| dp_manager.extraVolumes | list | ` [] ` | |
146151| dp_manager.image.pullPolicy | string | ` "Always" ` | |
147152| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
148- | dp_manager.image.tag | string | ` "v3.8.16 " ` | |
153+ | dp_manager.image.tag | string | ` "v3.8.17 " ` | |
149154| dp_manager.livenessProbe.failureThreshold | int | ` 10 ` | |
150155| dp_manager.livenessProbe.initialDelaySeconds | int | ` 60 ` | |
151156| dp_manager.livenessProbe.periodSeconds | int | ` 3 ` | |
@@ -161,7 +166,7 @@ A Helm chart for Kubernetes
161166| dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
162167| dp_manager_configuration.database.max_idle_time | string | ` "30s" ` | |
163168| dp_manager_configuration.database.max_open_conns | int | ` 30 ` | |
164- | dp_manager_configuration.log.level | string | ` "warn" ` | |
169+ | dp_manager_configuration.log.level | string | ` "warn" ` | Allowed values: ` debug ` , ` info ` , ` warn ` , ` error ` |
165170| dp_manager_configuration.log.output | string | ` "stderr" ` | |
166171| dp_manager_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
167172| dp_manager_configuration.prometheus.basic_auth.password | string | ` "" ` | |
0 commit comments