Skip to content

Commit

Permalink
docs: update ALB Ingress docs
Browse files Browse the repository at this point in the history
  • Loading branch information
perangel authored Feb 22, 2024
1 parent 473dbc6 commit 878d68a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/enterprise-setup/implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,14 @@ spec:
number: 8180
path: /auth
pathType: Prefix
- backend:
service:
# format is ${RELEASE_NAME}-airbyte-api-server-svc
name: airbyte-pro-airbyte-api-server-svc
port:
number: # service port, example: 8180
path: /v1
pathType: Prefix
```

The ALB controller will use a `ServiceAccount` that requires the [following IAM policy](https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/main/docs/install/iam_policy.json) to be attached.
Expand Down

0 comments on commit 878d68a

Please sign in to comment.