Skip to content

Commit

Permalink
Update example/client/gateway/filter/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
hlts2 and vankichi authored Oct 24, 2023
1 parent 8f4003b commit 5c42cb9
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions example/client/gateway/filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@
After launching the k8s cluster, do the following steps at the root directory.

1. Deploy Vald cluster with filter-gateway
```bash
vim example/helm/values.yaml
---
...
gateway:
...
filter:
enabled: true
...
agent:
ngt:
dimension: 784
distance_type: l2
...

# deploy vald cluster
helm repo add vald https://vald.vdaas.org/charts
helm install vald vald/vald --values example/helm/values.yaml
```
```bash
vim example/helm/values.yaml
---
...
gateway:
...
filter:
enabled: true
...
agent:
ngt:
dimension: 784
distance_type: l2
...

# deploy vald cluster
helm repo add vald https://vald.vdaas.org/charts
helm install vald vald/vald --values example/helm/values.yaml
```

2. Build and publish example ingress filter and egress filter docker image

Expand Down

0 comments on commit 5c42cb9

Please sign in to comment.