Hey Airbyte team, what are the supported ways to r...
# replication-ask-ai
k
Hey Airbyte team, what are the supported ways to route ingress traffic to Airbyte helm chart?
k
A message from kapa.ai
To route ingress traffic to the Airbyte Helm chart, you can enable and configure the ingress settings in the
values.yaml
file. Here's an example of how to enable ingress and customize the configuration:
Copy code
yaml airbyte:   ingress:     enabled: true     # Add your custom ingress configuration here
However, the information extracts provided do not contain specific examples or details on configuring ingress traffic for the Airbyte Helm chart. You can refer to the [official values.yaml file](https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml) for more information on available options and configurations.
k
any additional info would be helfpul
t
@Kevin Phan im currently using ingress with gcp's k8s - airbyte's webapp helm chart already exposes a service you can route traffic to - the service name is
airbyte-airbyte-webapp-svc
In my ingress config im currently using a rule for a specfic host to point to this service
k
hey @Thiago Guimarães thanks! are you utilizing the official values.yml to enable ingress or did you configure your own custom ingress yaml?
t
Im using My own custom ingress @Kevin Phan