From 3e932a61f0bd079421ca313479d6108842218dd2 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 3 Oct 2024 14:49:10 +0200 Subject: [PATCH] Remove longhorn ingress --- longhorn/ingress.yaml | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/longhorn/ingress.yaml b/longhorn/ingress.yaml index 6f9434a..03dcc13 100644 --- a/longhorn/ingress.yaml +++ b/longhorn/ingress.yaml @@ -1,27 +1,27 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: longhorn-ingress - namespace: longhorn-system - annotations: - # type of authentication - # nginx.ingress.kubernetes.io/auth-type: basic - # prevent the controller from redirecting (308) to HTTPS - nginx.ingress.kubernetes.io/ssl-redirect: 'false' - # name of the secret that contains the user/password definitions - # nginx.ingress.kubernetes.io/auth-secret: basic-auth - # message to display with an appropriate context why the authentication is required - # nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required ' - # custom max body size for file uploading like backing image uploading - nginx.ingress.kubernetes.io/proxy-body-size: 10000m -spec: - rules: - - http: - paths: - - pathType: Prefix - path: "/" - backend: - service: - name: longhorn-frontend - port: - number: 80 \ No newline at end of file +# apiVersion: networking.k8s.io/v1 +# kind: Ingress +# metadata: +# name: longhorn-ingress +# namespace: longhorn-system +# annotations: +# # type of authentication +# # nginx.ingress.kubernetes.io/auth-type: basic +# # prevent the controller from redirecting (308) to HTTPS +# nginx.ingress.kubernetes.io/ssl-redirect: 'false' +# # name of the secret that contains the user/password definitions +# # nginx.ingress.kubernetes.io/auth-secret: basic-auth +# # message to display with an appropriate context why the authentication is required +# # nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required ' +# # custom max body size for file uploading like backing image uploading +# nginx.ingress.kubernetes.io/proxy-body-size: 10000m +# spec: +# rules: +# - http: +# paths: +# - pathType: Prefix +# path: "/" +# backend: +# service: +# name: longhorn-frontend +# port: +# number: 80 \ No newline at end of file