Skip to content

Commit

Permalink
Enable airbyte-api-server by default (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencecho committed Aug 21, 2023
1 parent 4ee15c6 commit 7bd09e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions airbyte-api-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ user and password supplied in the .env files.

If you are running an instance of Airbyte locally using kubernetes, you can access the Airbyte API of the local instance by:

1. Enabling the airbyte-api-server pod though helm with `helm install %release_name% charts/airbyte --set airbyte-api-server.enabled=true`
or `helm upgrade %release_name% charts/airbyte --set airbyte-api-server.enabled=true` if you already have an instance running.
2. Setting up a port forward to the airbyte-api-server kube svc by running `kubectl port-forward svc/airbyte-airbyte-api-server-svc 8006:80 &`
3. Making a call to `http://localhost:8006/v1/<endpoint>` or the health endpoint at `http://localhost:8006/health`.
1. Setting up a port forward to the airbyte-api-server kube svc by running `kubectl port-forward svc/airbyte-airbyte-api-server-svc 8006:80 &`
2. Making a call to `http://localhost:8006/v1/<endpoint>` or the health endpoint at `http://localhost:8006/health`.
2 changes: 1 addition & 1 deletion charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ connector-builder-server:
port: 80

airbyte-api-server:
enabled: false
enabled: true
## airbyte-api-server.replicaCount Number of airbyte-api-server replicas
replicaCount: 1

Expand Down

0 comments on commit 7bd09e7

Please sign in to comment.