Prerequisites
- An EKS cluster (eksctl quickstart)
kubectlconfigured for the clusterhelmv3+- An RDS PostgreSQL instance
Create an RDS database
In the AWS Console → RDS → Create database:- Engine: PostgreSQL
- Template: Production (or Dev/Test for smaller deployments)
- Instance class:
db.t4g.mediumis a good starting point - Place in the same VPC as your EKS cluster
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