Prerequisites
- A GKE cluster (GKE quickstart)
kubectlconfigured for the cluster (gcloud container clusters get-credentials)helmv3+- A Cloud SQL PostgreSQL instance
Create a Cloud SQL database
In the GCP Console → Cloud SQL → Create instance → PostgreSQL:- Choose a region close to your GKE cluster
- Machine type:
db-g1-smallor larger - Enable the Cloud SQL Admin API if prompted
postgresql://user:password@IP:5432/oxy
Install Oxy
values.yaml:
Upgrade
Next steps
- Configure authentication
- Set up the GitHub App for multi-workspace mode
- Browse all chart options at github.com/oxy-hq/charts