Added readarr ingress
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
c749096aa0
commit
089aef13d3
@ -18,6 +18,7 @@ spec:
|
|||||||
- jackett.cluster.fun
|
- jackett.cluster.fun
|
||||||
- printer.cluster.fun
|
- printer.cluster.fun
|
||||||
- radarr.cluster.fun
|
- radarr.cluster.fun
|
||||||
|
- readarr.cluster.fun
|
||||||
- sonarr.cluster.fun
|
- sonarr.cluster.fun
|
||||||
- transmission.cluster.fun
|
- transmission.cluster.fun
|
||||||
- tekton.cluster.fun
|
- tekton.cluster.fun
|
||||||
@ -103,6 +104,16 @@ spec:
|
|||||||
name: auth-proxy
|
name: auth-proxy
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
|
- host: readarr.cluster.fun
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: auth-proxy
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
- host: sonarr.cluster.fun
|
- host: sonarr.cluster.fun
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user