Skip to content

Rewrite body #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get started with the demo application, follow these steps:

1. Clone the repository:
```
git clone https://github.com/projectsesame/envoy-extproc-payloadlimit-demo-go.git
git clone https://github.com/projectsesame/envoy-extproc-body-rewrite.git
```

2. Build the Go application:
Expand All @@ -29,7 +29,7 @@ To get started with the demo application, follow these steps:

3. Run the application:
```
./envoy-extproc-payloadlimit-demo-go payload-limit --log-stream --log-phases payload-limit 32
./envoy-extproc-bodyRewrite-demo-go body-rewrite --log-stream --log-phases
```


Expand All @@ -51,4 +51,4 @@ Special thanks to the community for their contributions and support.

## Contact

For any questions or inquiries, please feel free to reach out to us for any assistance or feedback.
For any questions or inquiries, please feel free to reach out to us for any assistance or feedback.
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: body-rewrite-container
image: >-
release.daocloud.io/skoala/envoy-extproc-body-rewrite:5dcd9b080a1afa67e19d29428d8d13a274aa061f
release.daocloud.io/skoala/envoy-extproc-body-rewrite:331998d232a0d311d1a0b63a702c4fae717e75d5
ports:
- containerPort: 50051
protocol: TCP
Expand Down
Loading