Helm Charts for Stigg Sidecar and Persistent Cache Service
🆕 What’s New
You can now deploy the full Stigg runtime stack using Helm, including:
- Stigg Sidecar - running alongside your app or as a standalone service for low latency, resilient entitlement checks
- Persistent Cache Service - for streaming entitlement updates into your Redis storage
- Redis - for local storage when persistent cache is enabled
- An end-to-end example app - showing how all components work together
💡 Why It Matters
These charts give you:
- A repeatable and production-ready way to deploy Stigg components on Kubernetes
- Built-in support for API key management, autoscaling, resource limits, and secure Redis communication
- Example manifests and templates that make it simple to integrate Stigg into existing workloads
📦 How to Get Started
- Clone the stigg-helm-charts repo
- Follow the instructions in README.md for either the Helm or the Kubectl + Kustomize deployments.