Roderick Day
06/29/2023, 4:01 PMvalues.yaml in the ingress section to trigger the AWS ALB controller (already installed in the EKS cluster)?kapa.ai
06/29/2023, 4:01 PMkapa.ai
06/29/2023, 4:01 PMingress section of the values.yaml file for triggering the AWS ALB controller in an EKS cluster. However, you can refer to the values.yaml example located in the [charts/airbyte](https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml) folder of the Airbyte repository for general configuration. For more specific details on configuring ingress with AWS ALB, you might want to refer to the AWS ALB Ingress Controller documentation or the Kubernetes Ingress documentation. For more information on deploying Airbyte on Kubernetes using Helm, you can refer to the [Airbyte documentation](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm).Haki Dere
06/29/2023, 4:14 PMannotations:
<http://kubernetes.io/ingress.global-static-ip-name|kubernetes.io/ingress.global-static-ip-name>: YOUR_STATIC_IP_NAME
<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: YOUR_INGRESS_CLASS
<http://networking.gke.io/managed-certificates|networking.gke.io/managed-certificates>: CERTIFICATE_IF_YOU_HAVEHaki Dere
06/29/2023, 4:15 PMHaki Dere
06/29/2023, 4:16 PMRoderick Day
06/29/2023, 8:37 PMScott Robison
01/18/2024, 2:04 PMRoderick Day
01/18/2024, 4:47 PM