rm ingresses to make way for authentik to handle ingress
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: prowlarr-ingress
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: prowlarr-ingress
|
|
||||||
spec:
|
|
||||||
rules:
|
|
||||||
- host: prowlarr.dubyatp.xyz
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- pathType: Prefix
|
|
||||||
path: "/"
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: prowlarr
|
|
||||||
port:
|
|
||||||
number: 9696
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: radarr-ingress
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: radarr-ingress
|
|
||||||
spec:
|
|
||||||
rules:
|
|
||||||
- host: radarr.dubyatp.xyz
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- pathType: Prefix
|
|
||||||
path: "/"
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: radarr
|
|
||||||
port:
|
|
||||||
number: 7878
|
|
||||||
Reference in New Issue
Block a user