Deploy Oxy on EKS using the official Helm chart. This pairs well with RDS for PostgreSQL as the managed database.Documentation Index
Fetch the complete documentation index at: https://oxy.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
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