supabase-kubernetes icon indicating copy to clipboard operation
supabase-kubernetes copied to clipboard

Helm 3 charts to deploy a Supabase on Kubernetes

Results 87 supabase-kubernetes issues
Sort by recently updated
recently updated
newest added

## What kind of change does this PR introduce? Bug fix ## What is the current behavior? The Helm template for AWS_SECRET_ACCESS_KEY incorrectly references .Values.secret.s3.secretRefKey.keyId instead of .Values.secret.s3.secretRefKey.accessKey. This causes...

…gration ✨ Features: - Add CloudNativePG integration for enterprise-grade PostgreSQL management - Implement high availability support with multi-replica deployments - Add horizontal pod autoscaling (HPA) for all services - Add...

This PR addresses the hardcoded `postgres:15-alpine` images used in initContainers across multiple Supabase services by making them configurable through `values.yaml`. ## Problem Previously, all initContainers across the Supabase Helm chart...

## What kind of change does this PR introduce? Bug fix ## What is the current behavior? In case Values.secret.analytics.secretRef is defined it's not used in studio deployment ## What...

…flare` in self-hosted Kubernetes deployments. ## Summary Fixes **401 Unauthorized** errors when `vector` forwards logs to `logflare` in self-hosted Kubernetes deployments. The issue was due to authentication method mismatch: -...

## What kind of change does this PR introduce? New functionality: - allow setting annotations for all service and deployment resources - expose `deployment.annotations` and `service.annotations` keys for all templates...

The target port of the db service (5432) does not match the container port (9999) inside the deployment of the db pod. How is the communication going to work in...

bug