diff --git a/README.md b/README.md index e597f98..d15686c 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ``` @@ -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. \ No newline at end of file +For any questions or inquiries, please feel free to reach out to us for any assistance or feedback. diff --git a/deployment.yaml b/deployment.yaml index 316cb4f..93e6144 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -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