Add sonarr
This commit is contained in:
16
apps/sonarr/ingress.yaml
Normal file
16
apps/sonarr/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: sonarr
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`sonarr.k3s`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: sonarr
|
||||
namespace: apps
|
||||
nativeLB: true
|
||||
kind: Service
|
||||
port: 8989
|
||||
Reference in New Issue
Block a user