Files
infra-prod/deploy/longhorn/oauth2-proxy-longhorn-ingress.yaml
2025-03-31 01:13:27 +02:00

18 lines
418 B
YAML

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