Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding initial platform helm chart #451

Merged
merged 12 commits into from
Dec 2, 2024

Conversation

mnorbury
Copy link
Contributor

@mnorbury mnorbury commented Nov 27, 2024

A minimal Helm chart that simply deploys the platform:full and uses external postgres and clickhouse DSNs.

Connectivity is via port-forwarding at this stage (ingress to follow):

NOTES:
The CloudQuery Platform UI can be accessed via port 3000 and the API server via port 4444.

1. Setup port forwarding to access the UI and API servers by doing the following:

   export POD_NAME=$(kubectl get pods --namespace cloudquery -l "app.kubernetes.io/name=platform,app.kubernetes.io/instance=platform" -o jsonpath="{.items[0].metadata.name}")
   kubectl --namespace cloudquery port-forward $POD_NAME 3000 4444

Copy link
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, we can maybe support setting CQAPI_LOCAL_ACTIVATION_KEY which should auto activate the platform.

As a follow up we can add renovate to auto update the via a custom manager https://github.com/cloudquery/.github/blob/87e98d7dc7adbcef3929cefac8972db82b3dbb55/.github/renovate-default.json5#L26

charts/platform/Chart.yaml Outdated Show resolved Hide resolved
@mnorbury mnorbury force-pushed the feat/adding-platform-helm-chart branch from 0193b0b to f979b0a Compare November 27, 2024 15:42
@mnorbury mnorbury force-pushed the feat/adding-platform-helm-chart branch from f979b0a to 8f2506d Compare November 27, 2024 15:45
@mnorbury mnorbury force-pushed the feat/adding-platform-helm-chart branch from 9ef23bc to 300d8b1 Compare December 2, 2024 10:57
@mnorbury mnorbury force-pushed the feat/adding-platform-helm-chart branch from c174290 to 8d03e37 Compare December 2, 2024 14:06
@mnorbury mnorbury marked this pull request as ready for review December 2, 2024 14:31
@mnorbury mnorbury requested a review from a team as a code owner December 2, 2024 14:31
@mnorbury mnorbury requested review from dcelasun and removed request for a team December 2, 2024 14:31
@mnorbury mnorbury merged commit dfca4e1 into main Dec 2, 2024
4 checks passed
@mnorbury mnorbury deleted the feat/adding-platform-helm-chart branch December 2, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants