liveliness probes for a bunch of stuff + tdarr implementation and
soulseek (slskd+soularr) integration
This commit is contained in:
@@ -17,17 +17,23 @@ spec:
|
||||
volumes:
|
||||
- name: nfs-vol
|
||||
nfs:
|
||||
server: 192.168.0.114
|
||||
server: 192.168.0.99
|
||||
path: /mnt/test1/media/
|
||||
- name: transcode
|
||||
persistentVolumeClaim:
|
||||
claimName: transcode-plex
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: config-plex
|
||||
nfs:
|
||||
path: /mnt/test1/media/config/plex
|
||||
server: 192.168.0.99
|
||||
containers:
|
||||
- name: plex
|
||||
image: ghcr.io/hotio/plex:latest
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /identity
|
||||
port: 32400
|
||||
initialDelaySeconds: 60
|
||||
failureThreshold: 6
|
||||
periodSeconds: 10
|
||||
|
||||
env:
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
@@ -51,8 +57,6 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: transcode
|
||||
mountPath: /transcode
|
||||
- name: nfs-vol
|
||||
mountPath: /media
|
||||
|
||||
|
@@ -10,5 +10,17 @@ spec:
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 32400
|
||||
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: svc-plex-lb
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app.kubernetes.io/name: plex
|
||||
ports:
|
||||
- name: plex
|
||||
protocol: TCP
|
||||
port: 32400
|
||||
|
||||
|
Reference in New Issue
Block a user