Skip to content

Commit 9e28f98

Browse files
perangeljatinyadav-cc
authored andcommitted
docs: update ALB configuration docs for exposing API (airbytehq#35520)
1 parent a7fb94b commit 9e28f98

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/enterprise-setup/implementation-guide.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@ spec:
293293
number: # service port, example: 8180
294294
path: /auth
295295
pathType: Prefix
296+
- backend:
297+
service:
298+
# format is ${RELEASE_NAME}-airbyte-api-server-svc
299+
name: airbyte-pro-airbyte-api-server-svc
300+
port:
301+
number: # service port, example: 8180
302+
path: /v1
303+
pathType: Prefix
296304
```
297305

298306
</TabItem>
@@ -338,6 +346,14 @@ spec:
338346
number: 8180
339347
path: /auth
340348
pathType: Prefix
349+
- backend:
350+
service:
351+
# format is ${RELEASE_NAME}-airbyte-api-server-svc
352+
name: airbyte-pro-airbyte-api-server-svc
353+
port:
354+
number: # service port, example: 8180
355+
path: /v1
356+
pathType: Prefix
341357
```
342358

343359
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.

0 commit comments

Comments
 (0)