liveliness probes for a bunch of stuff + tdarr implementation and
soulseek (slskd+soularr) integration
This commit is contained in:
18
k8s_manifests/tdarr/service.yaml
Normal file
18
k8s_manifests/tdarr/service.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: svc-tdarr
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: tdarr
|
||||
ports:
|
||||
- name: webui
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8265
|
||||
- name: server
|
||||
protocol: TCP
|
||||
port: 8266
|
||||
targetPort: 8266
|
||||
|
||||
|
Reference in New Issue
Block a user