17 lines
372 B
YAML
17 lines
372 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: oauth2-proxy-longhorn-ingress
|
|
namespace: longhorn-system
|
|
spec:
|
|
rules:
|
|
- host: longhorn.prod.panic.haus
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: oauth2-proxy-longhorn-service
|
|
port:
|
|
number: 4180
|
|
path: /oauth2
|
|
pathType: Prefix |