b31517e6d9
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>
17 lines
252 B
YAML
17 lines
252 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cheeztv
|
|
namespace: cheeztv
|
|
spec:
|
|
internalTrafficPolicy: Cluster
|
|
ports:
|
|
- name: http
|
|
port: 8096
|
|
protocol: TCP
|
|
targetPort: http
|
|
selector:
|
|
app: cheeztv
|
|
type: ClusterIP
|