11# api7ee3
22
3- ![ Version: 0.17.7 ] ( https://img.shields.io/badge/Version-0.17.7 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.5.1 ] ( https://img.shields.io/badge/AppVersion-3.5.1 -informational?style=flat-square )
3+ ![ Version: 0.17.8 ] ( https://img.shields.io/badge/Version-0.17.8 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.5.2 ] ( https://img.shields.io/badge/AppVersion-3.5.2 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -23,9 +23,15 @@ 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.5.1 " ` | |
26+ | dashboard.image.tag | string | ` "v3.5.2 " ` | |
2727| dashboard.keyCertSecret | string | ` "" ` | |
28+ | dashboard.livenessProbe.failureThreshold | int | ` 30 ` | |
29+ | dashboard.livenessProbe.initialDelaySeconds | int | ` 180 ` | |
30+ | dashboard.livenessProbe.periodSeconds | int | ` 10 ` | |
2831| dashboard.podLabels | object | ` {} ` | |
32+ | dashboard.readinessProbe.failureThreshold | int | ` 3 ` | |
33+ | dashboard.readinessProbe.initialDelaySeconds | int | ` 10 ` | |
34+ | dashboard.readinessProbe.periodSeconds | int | ` 3 ` | |
2935| dashboard.replicaCount | int | ` 1 ` | |
3036| dashboard_configuration.console.addr | string | ` "http://127.0.0.1:3000" ` | |
3137| dashboard_configuration.consumer_proxy.cache_failure_count | int | ` 512 ` | |
@@ -87,9 +93,15 @@ A Helm chart for Kubernetes
8793| developer_portal.extraVolumes | list | ` [] ` | |
8894| developer_portal.image.pullPolicy | string | ` "Always" ` | |
8995| developer_portal.image.repository | string | ` "api7/api7-ee-developer-portal" ` | |
90- | developer_portal.image.tag | string | ` "v3.5.1 " ` | |
96+ | developer_portal.image.tag | string | ` "v3.5.2 " ` | |
9197| developer_portal.keyCertSecret | string | ` "" ` | |
98+ | developer_portal.livenessProbe.failureThreshold | int | ` 10 ` | |
99+ | developer_portal.livenessProbe.initialDelaySeconds | int | ` 60 ` | |
100+ | developer_portal.livenessProbe.periodSeconds | int | ` 3 ` | |
92101| developer_portal.podLabels | object | ` {} ` | |
102+ | developer_portal.readinessProbe.failureThreshold | int | ` 3 ` | |
103+ | developer_portal.readinessProbe.initialDelaySeconds | int | ` 10 ` | |
104+ | developer_portal.readinessProbe.periodSeconds | int | ` 3 ` | |
93105| developer_portal.replicaCount | int | ` 1 ` | |
94106| developer_portal_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
95107| developer_portal_configuration.database.max_idle_conns | int | ` 2 ` | |
@@ -120,8 +132,14 @@ A Helm chart for Kubernetes
120132| dp_manager.extraVolumes | list | ` [] ` | |
121133| dp_manager.image.pullPolicy | string | ` "Always" ` | |
122134| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
123- | dp_manager.image.tag | string | ` "v3.5.1" ` | |
135+ | dp_manager.image.tag | string | ` "v3.5.2" ` | |
136+ | dp_manager.livenessProbe.failureThreshold | int | ` 10 ` | |
137+ | dp_manager.livenessProbe.initialDelaySeconds | int | ` 60 ` | |
138+ | dp_manager.livenessProbe.periodSeconds | int | ` 3 ` | |
124139| dp_manager.podLabels | object | ` {} ` | |
140+ | dp_manager.readinessProbe.failureThreshold | int | ` 3 ` | |
141+ | dp_manager.readinessProbe.initialDelaySeconds | int | ` 10 ` | |
142+ | dp_manager.readinessProbe.periodSeconds | int | ` 3 ` | |
125143| dp_manager.replicaCount | int | ` 1 ` | |
126144| dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
127145| dp_manager_configuration.database.max_idle_conns | int | ` 2 ` | |
0 commit comments