Prerequisites
- A Kubernetes cluster (EKS, GKE, AKS, or any CNCF-conformant cluster)
kubectlconfigured against your clusterhelmv3+- A PostgreSQL database (RDS, Cloud SQL, Supabase, or self-hosted)
Install
values.yaml with your configuration:
Access Oxy
Port-forward to access the UI locally while you set up ingress:http://localhost:3000.
Ingress
Add an ingress block to yourvalues.yaml to expose Oxy publicly:
Configuration
All Oxy environment variables can be set underenv: in values.yaml. See the Environment reference for the full list.
For secrets, use a Kubernetes Secret and reference it:
Upgrade
Uninstall
Next steps
- Configure authentication
- Set up the GitHub App for multi-workspace mode
- Browse all chart options at github.com/oxy-hq/charts