liveliness probes for a bunch of stuff + tdarr implementation and
soulseek (slskd+soularr) integration
This commit is contained in:
@@ -1,9 +1,40 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: main-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: "truenas.local"
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: svc-truenas
|
||||
port:
|
||||
number: 443
|
||||
- host: "tdarr.local"
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: svc-tdarr
|
||||
port:
|
||||
number: 80
|
||||
- host: "slskd.local"
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: svc-slskd
|
||||
port:
|
||||
number: 80
|
||||
- host: "bazarr.local"
|
||||
http:
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user