Compare commits
2 Commits
9b24978342
...
1b3f34a432
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b3f34a432 | |||
| 261aebfd10 |
@@ -4,7 +4,7 @@ replicaCount: 1
|
||||
qbittorrent:
|
||||
image:
|
||||
repository: lscr.io/linuxserver/qbittorrent
|
||||
tag: "5.1.4-r3-ls453"
|
||||
tag: "5.2.1_v2.0.12-ls459"
|
||||
pullPolicy: Always
|
||||
env:
|
||||
- name: PUID
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
# Single replica for homelab
|
||||
replicaCount: 1
|
||||
|
||||
# Gitea data lives on a single RWO NFS PVC, so two pods can't run at once.
|
||||
# The chart default (RollingUpdate maxSurge 100%/maxUnavailable 0) surges a
|
||||
# second pod and deadlocks on upgrade -- use Recreate instead.
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
# Service configuration - LoadBalancer for direct access
|
||||
service:
|
||||
http:
|
||||
|
||||
Reference in New Issue
Block a user