Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3522 from nojnhuh/enable-wasm
Browse files Browse the repository at this point in the history
chore(chart): enable WASM stats by default
  • Loading branch information
nojnhuh authored Jun 7, 2021
2 parents 1febd22 + 770b0c3 commit c086a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/osm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following table lists the configurable parameters of the osm chart and their
| OpenServiceMesh.envoyLogLevel | string | `"error"` | Log level for the Envoy proxy sidecar |
| OpenServiceMesh.featureFlags.enableEgressPolicy | bool | `true` | Enable OSM's Egress policy API. If specified, fine grained control over Egress (external) traffic is enforced |
| OpenServiceMesh.featureFlags.enableMulticlusterMode | bool | `false` | Enable Multicluster mode. If specified, multicluster mode will be enabled in OSM |
| OpenServiceMesh.featureFlags.enableWASMStats | bool | `false` | Enable extra Envoy statistics generated by a custom WASM extension |
| OpenServiceMesh.featureFlags.enableWASMStats | bool | `true` | Enable extra Envoy statistics generated by a custom WASM extension |
| OpenServiceMesh.fluentBit.enableProxySupport | bool | `false` | Enable proxy support toggle for Fluent Bit |
| OpenServiceMesh.fluentBit.httpProxy | string | `""` | Optional HTTP proxy endpoint for Fluent Bit |
| OpenServiceMesh.fluentBit.httpsProxy | string | `""` | Optional HTTPS proxy endpoint for Fluent Bit |
Expand Down
2 changes: 1 addition & 1 deletion charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ OpenServiceMesh:
# -- Feature flags for experimental features
featureFlags:
# -- Enable extra Envoy statistics generated by a custom WASM extension
enableWASMStats: false
enableWASMStats: true
# -- Enable OSM's Egress policy API.
# If specified, fine grained control over Egress (external) traffic is enforced
enableEgressPolicy: true
Expand Down

0 comments on commit c086a47

Please sign in to comment.