fix oauth2 proxy

This commit is contained in:
2025-03-31 01:13:27 +02:00
parent c1c8b93632
commit 04b4424ceb

View File

@@ -1,17 +1,10 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: longhorn-ingress
name: oauth2-proxy-longhorn-ingress
namespace: longhorn-system
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- longhorn.prod.panic.haus
secretName: longhorn-tls
rules:
- host: longhorn.prod.panic.haus
http: