move routes to authentik-private-prod for proxy auth

This commit is contained in:
2026-02-05 10:28:47 -07:00
parent 84c8a8b6b6
commit 59bda86be9
7 changed files with 4 additions and 60 deletions

View File

@@ -1,15 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: web-https-v4
spec:
rules:
- backendRefs:
- group: ""
kind: Service
name: web
port: 80
matches:
- path:
type: PathPrefix
value: /

View File

@@ -1,20 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: web-https
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: web-gw
sectionName: https
rules:
- backendRefs:
- group: ""
kind: Service
name: web
port: 80
matches:
- path:
type: PathPrefix
value: /