You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gateway/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ The command removes all the Kubernetes components associated with the chart and
50
50
| admin.port | int |`9180`| which port to use for API7 Gateway admin API |
51
51
| admin.servicePort | int |`9180`| Service port to use for API7 Gateway admin API |
52
52
| admin.type | string |`"ClusterIP"`| admin service type |
53
+
| api7ee.disable_upstream_healthcheck | bool |`false`| A global switch for healthcheck. Defaults to false. When set to true, it overrides all upstream healthcheck configurations and globally disabling healthchecks. |
53
54
| api7ee.healthcheck_report_interval | int |`120`| healthcheck data report interval in seconds |
54
55
| api7ee.telemetry.enable | bool |`true`| enable telemetry data report to the control plane |
55
56
| api7ee.telemetry.interval | int |`15`| interval in seconds to send telemetry data to the control plane |
@@ -97,7 +98,7 @@ The command removes all the Kubernetes components associated with the chart and
97
98
| apisix.httpRouter | string |`"radixtree_host_uri"`| Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
Copy file name to clipboardExpand all lines: charts/gateway/values.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ api7ee:
17
17
# -- healthcheck data report interval in seconds
18
18
healthcheck_report_interval: 120
19
19
20
+
# -- A global switch for healthcheck. Defaults to false. When set to true, it overrides all upstream healthcheck configurations and globally disabling healthchecks.
21
+
disable_upstream_healthcheck: false
22
+
20
23
apisix:
21
24
# -- Enable or disable API7 Gateway itself
22
25
enabled: true
@@ -103,7 +106,7 @@ apisix:
103
106
pullPolicy: Always
104
107
# -- API7 Gateway image tag
105
108
# Overrides the image tag whose default is the chart appVersion.
0 commit comments