diff --git a/apps/base/cheeztv/statefulset.yaml b/apps/base/cheeztv/statefulset.yaml index 4140e37..f83661f 100644 --- a/apps/base/cheeztv/statefulset.yaml +++ b/apps/base/cheeztv/statefulset.yaml @@ -4,6 +4,8 @@ kind: StatefulSet metadata: name: cheeztv namespace: cheeztv + annotations: + configmap.reloader.stakater.com/auto: "true" spec: # HA: two replicas coordinate transcode session ownership through Valkey and # resume each other's HLS segments off the shared RWX transcode PVC. Stable diff --git a/apps/base/fafflix/statefulset.yaml b/apps/base/fafflix/statefulset.yaml index 637ef6e..b9fb761 100644 --- a/apps/base/fafflix/statefulset.yaml +++ b/apps/base/fafflix/statefulset.yaml @@ -4,6 +4,8 @@ kind: StatefulSet metadata: name: fafflix namespace: fafflix + annotations: + configmap.reloader.stakater.com/auto: "true" spec: # HA: two replicas coordinate transcode session ownership through Valkey and # resume each other's HLS segments off the shared RWX transcode PVC. Stable