Add media server to ingress
This commit is contained in:
parent
199a981720
commit
f5f5a3f7b8
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@ spec:
|
|||
- hosts:
|
||||
- momoperes.ca
|
||||
- defiant.momoperes.ca
|
||||
- stream.momoperes.ca
|
||||
secretName: momoperes.ca-wildcard-tls
|
||||
rules:
|
||||
- host: momoperes.ca
|
||||
|
@ -29,3 +30,10 @@ spec:
|
|||
backend:
|
||||
serviceName: defiant
|
||||
servicePort: 80
|
||||
- host: stream.momoperes.ca
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: media-server-radarr
|
||||
servicePort: 7878
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue