helm repo add airbyte https://airbytehq.github.io/helm-chartshelm install dev-release-ab .Get the application running with this command (Use NRM.DataFoundations@gov.bc.ca as email):
oc --namespace a1b9b0-dev port-forward svc/dev-release-ab-airbyte-webapp-svc 8090:80Use the API with this commmnd:
oc --namespace a1b9b0-dev port-forward svc/dev-release-ab-airbyte-api-server-svc 8091:80View Minio object storage with this command:
oc --namespace a1b9b0-dev port-forward pod/airbyte-minio-0 37373:37373helm upgrade -f values.yaml dev-release-ab . --version 0.48.0Access database via terminal using this command:
psql -U airbyte -d db-airbyteSet resource limits for a specific connection using this command:
update connection set resource_requirements = '{"cpu_limit": "100m", "cpu_request": "50m", "memory_limit": "1Gi", "memory_request": "500Mi"}' where id = '5ff07aa0-036d-4133-a0e4-c7684d5bb7da';More info: https://apps.nrs.gov.bc.ca/int/confluence/x/zQ09Cg