This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 62aedff fix: include grpc-web in default plugins (#458)
62aedff is described below
commit 62aedff6777f2054335b32dcc05ab4fc878270e6
Author: Francesco Ceccon <[email protected]>
AuthorDate: Sat Feb 4 14:27:00 2023 +0000
fix: include grpc-web in default plugins (#458)
---
charts/apisix/README.md | 2 +-
charts/apisix/values.yaml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 0eabf8d..1cf8b11 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -160,7 +160,7 @@ The command removes all the Kubernetes components
associated with the chart and
| nginx.workerProcesses | string | `"auto"` | |
| nginx.workerRlimitNofile | string | `"20480"` | |
| 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 |
-| plugins | list |
`["api-breaker","authz-keycloak","basic-auth","batch-requests","consumer-restriction","cors","echo","fault-injection","file-logger","grpc-transcode","hmac-auth","http-logger","ip-restriction","ua-restriction","jwt-auth","kafka-logger","key-auth","limit-conn","limit-count","limit-req","node-status","openid-connect","authz-casbin","prometheus","proxy-cache","proxy-mirror","proxy-rewrite","redirect","referer-restriction","request-id","request-validation","response-rewrite
[...]
+| plugins | list |
`["api-breaker","authz-keycloak","basic-auth","batch-requests","consumer-restriction","cors","echo","fault-injection","file-logger","grpc-transcode","grpc-web","hmac-auth","http-logger","ip-restriction","ua-restriction","jwt-auth","kafka-logger","key-auth","limit-conn","limit-count","limit-req","node-status","openid-connect","authz-casbin","prometheus","proxy-cache","proxy-mirror","proxy-rewrite","redirect","referer-restriction","request-id","request-validation","respo
[...]
| rbac.create | bool | `false` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 66ea1bf..1cf439c 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -282,6 +282,7 @@ plugins:
- fault-injection
- file-logger
- grpc-transcode
+ - grpc-web
- hmac-auth
- http-logger
- ip-restriction