Skip to main content

Ambassador

What Does it Do

Ambassador is an envoy proxy. We use this service to proxy traffic toward our workspaces, hatchery and jupyter containers.

How to Configure it

For a full set of configuration see the helm README.md for ambassador or read the values.yaml directly

Example configuration using gen3 umbrella chart:

ambassador:
# Whether or not to deploy the service or not
enabled: true

# What image/ tag to pull
image:
repository: quay.io/datawire/ambassador
tag: "1.4.2"
pullPolicy: Always

Extra Information

Ambassador is only necessary if there is a hatchery deployment, as this is used as an envoy proxy primarily for workspaces. This may change in the future.