fix oauth2 longhorn

This commit is contained in:
2025-03-31 01:23:25 +02:00
parent a8df93957f
commit 56ca246d9b
3 changed files with 23 additions and 16 deletions

View File

@@ -3,14 +3,17 @@ kind: Ingress
metadata:
name: oauth2-proxy-longhorn-ingress
namespace: longhorn-system
annotations:
kubernetes.io/ingress.class: nginx
spec:
- host: longhorn.prod.panic.haus
http:
paths:
- backend:
service:
name: oauth2-proxy-longhorn-service
port:
number: 4180
path: /oauth2
pathType: Prefix
rules:
- host: longhorn.prod.panic.haus
http:
paths:
- path: /oauth2
pathType: Prefix
backend:
service:
name: oauth2-proxy-longhorn-service
port:
number: 4180