Releases: ameshf/temporal-operator
Releases · ameshf/temporal-operator
v0.22.1-auto-scaling: Add Horizontal Pod Autoscaler support
🚀 New Features
- Auto-scaling support: Added Horizontal Pod Autoscaler (HPA) configuration for Temporal services
- Services can now automatically scale based on CPU/memory utilization or custom metrics
📦 Based on
This release builds upon temporal-operator v0.22.0 with additional auto-scaling capabilities.
🐳 Container Images
ghcr.io/ameshf/temporal-operator:v0.22.1-auto-scalingghcr.io/ameshf/temporal-operator-bundle:v0.22.1-auto-scaling
📋 Usage
Deploy using the manifests in this release or via Helm:
# Using manifests
kubectl apply -f temporal-operator.yaml
# Or using your custom image in Helm
helm install temporal-operator ./charts/temporal-operator \
--set manager.image.repository=ghcr.io/ameshf/temporal-operator \
--set manager.image.tag=v0.22.1-auto-scalingNote: This is a custom build with experimental auto-scaling features. Use with caution in production environments.