You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/enterprise-setup/implementation-guide.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,14 @@ spec:
293
293
number: # service port, example: 8180
294
294
path: /auth
295
295
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
296
304
```
297
305
298
306
</TabItem>
@@ -338,6 +346,14 @@ spec:
338
346
number: 8180
339
347
path: /auth
340
348
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
341
357
```
342
358
343
359
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