- Move Redis connection settings to runtime.exs only - Remove localhost:6379 hardcoded values that were overriding runtime config - Keep only non-environment-dependent Exq settings in compile-time config - Fixes Exq trying to connect to localhost instead of Kubernetes Redis service 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
No EOL
207 B
YAML
11 lines
No EOL
207 B
YAML
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: aprs-pdb
|
|
namespace: aprs
|
|
spec:
|
|
minAvailable: 1
|
|
selector:
|
|
matchLabels:
|
|
app: aprs
|
|
unhealthyPodEvictionPolicy: IfHealthyBudget |