emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.35k stars 680 forks source link

agent: make Ambassador Agent opt-in #5438

Closed LanceEa closed 10 months ago

LanceEa commented 10 months ago

Description

The Ambassador Agent is not a necessary component to run emissary-ingress as an API Gateway. This removes it from the yaml manifest published and turns it off by default for the Helm chart published.

We recommend you switch to the stand alone chart which can be found here https://github.com/datawire/ambassador-agent.

Related Issues

N/A - cleanup

Testing

CI is green

Checklist