fix oauth2 longhorn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user