chore: Update manifests after change
This commit is contained in:
48
clusters/cl01tl/manifests/sonarrHTTPRoute-sonarr.yaml
Normal file
48
clusters/cl01tl/manifests/sonarrHTTPRoute-sonarr.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: sonarr
|
||||
labels:
|
||||
app.kubernetes.io/instance: sonarr
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: sonarr
|
||||
helm.sh/chart: sonarr-4.6.2
|
||||
namespace: sonarr
|
||||
spec:
|
||||
parentRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
hostnames:
|
||||
- "sonarr.alexlebens.net"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: ak-outpost-traefik-proxy-auth
|
||||
namespace: authentik
|
||||
port: 9000
|
||||
weight: 100
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /outpost.goauthentik.io
|
||||
- backendRefs:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: sonarr
|
||||
namespace: sonarr
|
||||
port: 80
|
||||
weight: 100
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
filters:
|
||||
- extensionRef:
|
||||
group: traefik.io
|
||||
kind: Middleware
|
||||
name: oidc-forward-auth
|
||||
type: ExtensionRef
|
||||
Reference in New Issue
Block a user