Merge pull request #481 from benvin/jellyfin-sso-valkey-state
Roll jellyfin-ha to v0.3.3 and drop Service session affinity Co-authored-by: unkin-agent <unkin-agent@unkin.net> Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #481.
This commit is contained in:
@@ -13,6 +13,4 @@ spec:
|
|||||||
targetPort: http
|
targetPort: http
|
||||||
selector:
|
selector:
|
||||||
app: cheeztv
|
app: cheeztv
|
||||||
# Pin each client to one replica to reduce transcode-session churn/takeover.
|
|
||||||
sessionAffinity: ClientIP
|
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
containers:
|
containers:
|
||||||
- name: cheeztv
|
- name: cheeztv
|
||||||
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.2
|
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -13,6 +13,4 @@ spec:
|
|||||||
targetPort: http
|
targetPort: http
|
||||||
selector:
|
selector:
|
||||||
app: fafflix
|
app: fafflix
|
||||||
# Pin each client to one replica to reduce transcode-session churn/takeover.
|
|
||||||
sessionAffinity: ClientIP
|
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
containers:
|
containers:
|
||||||
- name: fafflix
|
- name: fafflix
|
||||||
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.2
|
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user