update oauth2 longhorn

This commit is contained in:
2025-03-31 01:18:07 +02:00
parent 04b4424ceb
commit a8df93957f
2 changed files with 11 additions and 15 deletions

View File

@@ -1,13 +1,11 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: longhorn-ingress name: longhorn-dashboard
namespace: longhorn-system namespace: longhorn-system
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec: spec:
ingressClassName: nginx
tls: tls:
- hosts: - hosts:
- longhorn.prod.panic.haus - longhorn.prod.panic.haus

View File

@@ -4,15 +4,13 @@ metadata:
name: oauth2-proxy-longhorn-ingress name: oauth2-proxy-longhorn-ingress
namespace: longhorn-system namespace: longhorn-system
spec: spec:
ingressClassName: nginx - host: longhorn.prod.panic.haus
rules: http:
- host: longhorn.prod.panic.haus paths:
http: - backend:
paths: service:
- backend: name: oauth2-proxy-longhorn-service
service: port:
name: oauth2-proxy-longhorn-service number: 4180
port: path: /oauth2
number: 4180 pathType: Prefix
path: /oauth2
pathType: Prefix