diff --git a/deploy/longhorn/longhorn-ingress.yaml b/deploy/longhorn/longhorn-ingress.yaml index c83ef4a..33f54b1 100644 --- a/deploy/longhorn/longhorn-ingress.yaml +++ b/deploy/longhorn/longhorn-ingress.yaml @@ -1,13 +1,11 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: longhorn-ingress + name: longhorn-dashboard 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 diff --git a/deploy/longhorn/oauth2-proxy-longhorn-ingress.yaml b/deploy/longhorn/oauth2-proxy-longhorn-ingress.yaml index 6aef39e..ef01331 100644 --- a/deploy/longhorn/oauth2-proxy-longhorn-ingress.yaml +++ b/deploy/longhorn/oauth2-proxy-longhorn-ingress.yaml @@ -4,15 +4,13 @@ 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 \ No newline at end of file + - host: longhorn.prod.panic.haus + http: + paths: + - backend: + service: + name: oauth2-proxy-longhorn-service + port: + number: 4180 + path: /oauth2 + pathType: Prefix \ No newline at end of file