mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
Jellyseerr is not designed to support multiple concurrently running instances. To ensure that only one instance can run at any given time we: - Replace Deployment with StatefulSet: switch from running "at least N pods" to "at most N pods". - Remove replicaCount value: default is 1, we do not want to support more.
14 lines
383 B
YAML
14 lines
383 B
YAML
apiVersion: v2
|
|
kubeVersion: ">=1.23.0-0"
|
|
name: jellyseerr-chart
|
|
description: Jellyseerr helm chart for Kubernetes
|
|
type: application
|
|
version: 2.7.0
|
|
appVersion: "2.7.3"
|
|
maintainers:
|
|
- name: Jellyseerr
|
|
url: https://github.com/Fallenbagel/jellyseerr
|
|
sources:
|
|
- https://github.com/Fallenbagel/jellyseerr/tree/main/charts/jellyseerr
|
|
home: https://github.com/Fallenbagel/jellyseerr
|