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
| apisix.discovery.enabled | bool |`false`| Enable or disable Apache APISIX integration service discovery |
73
-
| apisix.discovery.registry | object |`{}`|Registry is the same to the one in APISIX [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L281), and refer to such file for more setting details. also refer to [this documentation for integration service discovery](https://apisix.apache.org/docs/apisix/discovery)|
73
+
| apisix.discovery.registry | object |`{}`|Service discovery registry. Refer to [configuration under discovery](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L307)for example. Also see [example of using external service discovery](https://apisix.apache.org/docs/ingress-controller/1.8.0/tutorials/external-service-discovery/).|
| apisix.pluginAttrs | object |`{}`| Set APISIX plugin attributes, see [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L376) for more details|
112
-
| apisix.plugins | list |`[]`| Customize the list of APISIX plugins to enable. By default, APISIX's default plugins are automatically used. See [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)|
111
+
| apisix.pluginAttrs | object |`{}`| Set APISIX plugin attributes. By default, APISIX's [plugin_attr](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L295) are automatically used. See [configuration example](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L591).|
112
+
| apisix.plugins | list |`[]`| Customize the list of APISIX plugins to enable. By default, APISIX's [default plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L196) are automatically used.|
113
113
| apisix.prometheus.containerPort | int |`9091`| container port where the metrics are exposed |
114
114
| apisix.prometheus.enabled | bool |`false`||
115
115
| apisix.prometheus.metricPrefix | string |`"apisix_"`| prefix of the metrics |
@@ -127,7 +127,7 @@ The command removes all the Kubernetes components associated with the chart and
| apisix.stream_plugins | list |`[]`| Customize the list of APISIX stream_plugins to enable. By default, APISIX's default stream_plugins are automatically used. See [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)|
130
+
| apisix.stream_plugins | list |`[]`| Customize the list of APISIX stream_plugins to enable. By default, APISIX's [default stream_plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L294) are automatically used.|
131
131
| apisix.vault.enabled | bool |`false`| Enable or disable the vault integration |
132
132
| apisix.vault.host | string |`""`| The host address where the vault server is running. |
133
133
| apisix.vault.prefix | string |`""`| Prefix allows you to better enforcement of policies. |
Copy file name to clipboardExpand all lines: charts/apisix/values.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -464,8 +464,8 @@ apisix:
464
464
discovery:
465
465
# -- Enable or disable Apache APISIX integration service discovery
466
466
enabled: false
467
-
# -- Registry is the same to the one in APISIX [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L281),
468
-
#and refer to such file for more setting details. also refer to [this documentation for integration service discovery](https://apisix.apache.org/docs/apisix/discovery)
467
+
# -- Service discovery registry. Refer to [configuration under discovery](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L307) for example.
468
+
#Also see [example of using external service discovery](https://apisix.apache.org/docs/ingress-controller/1.8.0/tutorials/external-service-discovery/).
469
469
registry: {}
470
470
# Integration service discovery registry. E.g eureka\dns\nacos\consul_kv
471
471
# reference:
@@ -539,12 +539,13 @@ apisix:
539
539
# -- container port where the metrics are exposed
540
540
containerPort: 9091
541
541
542
-
# -- Customize the list of APISIX plugins to enable. By default, APISIX's default plugins are automatically used. See [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)
542
+
# -- Customize the list of APISIX plugins to enable. By default, APISIX's [default plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L196) are automatically used.
543
543
plugins: []
544
-
# -- Customize the list of APISIX stream_plugins to enable. By default, APISIX's default stream_plugins are automatically used. See [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)
544
+
# -- Customize the list of APISIX stream_plugins to enable. By default, APISIX's [default stream_plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L294) are automatically used.
545
545
stream_plugins: []
546
546
547
-
# -- Set APISIX plugin attributes, see [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L376) for more details
547
+
# -- Set APISIX plugin attributes. By default, APISIX's [plugin_attr](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L295) are automatically used.
548
+
# See [configuration example](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L591).
0 commit comments