|
1 | 1 | # api7ee3 |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for Kubernetes |
6 | 6 |
|
@@ -29,7 +29,7 @@ A Helm chart for Kubernetes |
29 | 29 | | dashboard.extraVolumes | list | `[]` | | |
30 | 30 | | dashboard.image.pullPolicy | string | `"Always"` | | |
31 | 31 | | dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | | |
32 | | -| dashboard.image.tag | string | `"v3.8.10"` | | |
| 32 | +| dashboard.image.tag | string | `"v3.8.11"` | | |
33 | 33 | | dashboard.keyCertSecret | string | `""` | | |
34 | 34 | | dashboard.livenessProbe.failureThreshold | int | `30` | | |
35 | 35 | | dashboard.livenessProbe.initialDelaySeconds | int | `180` | | |
@@ -73,6 +73,9 @@ A Helm chart for Kubernetes |
73 | 73 | | dashboard_configuration.server.listen.disable | bool | `true` | | |
74 | 74 | | dashboard_configuration.server.listen.host | string | `"0.0.0.0"` | | |
75 | 75 | | dashboard_configuration.server.listen.port | int | `7080` | | |
| 76 | +| dashboard_configuration.server.pprof.enable | bool | `false` | | |
| 77 | +| dashboard_configuration.server.pprof.host | string | `"127.0.0.1"` | | |
| 78 | +| dashboard_configuration.server.pprof.port | int | `7082` | | |
76 | 79 | | dashboard_configuration.server.status.disable | bool | `false` | | |
77 | 80 | | dashboard_configuration.server.status.host | string | `"127.0.0.1"` | | |
78 | 81 | | dashboard_configuration.server.status.port | int | `7081` | | |
@@ -100,7 +103,7 @@ A Helm chart for Kubernetes |
100 | 103 | | developer_portal.extraVolumes | list | `[]` | | |
101 | 104 | | developer_portal.image.pullPolicy | string | `"Always"` | | |
102 | 105 | | developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | | |
103 | | -| developer_portal.image.tag | string | `"v3.8.10"` | | |
| 106 | +| developer_portal.image.tag | string | `"v3.8.11"` | | |
104 | 107 | | developer_portal.keyCertSecret | string | `""` | | |
105 | 108 | | developer_portal.livenessProbe.failureThreshold | int | `10` | | |
106 | 109 | | developer_portal.livenessProbe.initialDelaySeconds | int | `60` | | |
@@ -139,7 +142,7 @@ A Helm chart for Kubernetes |
139 | 142 | | dp_manager.extraVolumes | list | `[]` | | |
140 | 143 | | dp_manager.image.pullPolicy | string | `"Always"` | | |
141 | 144 | | dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | | |
142 | | -| dp_manager.image.tag | string | `"v3.8.10"` | | |
| 145 | +| dp_manager.image.tag | string | `"v3.8.11"` | | |
143 | 146 | | dp_manager.livenessProbe.failureThreshold | int | `10` | | |
144 | 147 | | dp_manager.livenessProbe.initialDelaySeconds | int | `60` | | |
145 | 148 | | dp_manager.livenessProbe.periodSeconds | int | `3` | | |
@@ -171,6 +174,9 @@ A Helm chart for Kubernetes |
171 | 174 | | dp_manager_configuration.rate_limit.time_window | int | `1` | | |
172 | 175 | | dp_manager_configuration.server.listen.host | string | `"0.0.0.0"` | | |
173 | 176 | | dp_manager_configuration.server.listen.port | int | `7900` | | |
| 177 | +| dp_manager_configuration.server.pprof.enable | bool | `false` | | |
| 178 | +| dp_manager_configuration.server.pprof.host | string | `"127.0.0.1"` | | |
| 179 | +| dp_manager_configuration.server.pprof.port | int | `7902` | | |
174 | 180 | | dp_manager_configuration.server.status.disable | bool | `false` | | |
175 | 181 | | dp_manager_configuration.server.status.host | string | `"127.0.0.1"` | | |
176 | 182 | | dp_manager_configuration.server.status.port | int | `7901` | | |
|
0 commit comments