From 40428dd75dfebcce5c7d8b5135243a764fb1720a Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sat, 11 Apr 2020 13:52:03 +0200 Subject: [PATCH] Removing unauthenticated longhorn ingress --- k8s/longhorn-system/longhorn-ingress.yaml | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 k8s/longhorn-system/longhorn-ingress.yaml diff --git a/k8s/longhorn-system/longhorn-ingress.yaml b/k8s/longhorn-system/longhorn-ingress.yaml new file mode 100644 index 0000000..6f08d5f --- /dev/null +++ b/k8s/longhorn-system/longhorn-ingress.yaml @@ -0,0 +1,25 @@ +# ### status: works, but is not secure + + +# apiVersion: extensions/v1beta1 +# kind: Ingress +# metadata: +# name: longhorn-frontend +# namespace: longhorn-system +# annotations: +# kubernetes.io/ingress.class: "nginx" +# nginx.ingress.kubernetes.io/force-ssl-redirect: "true" +# cert-manager.io/cluster-issuer: "letsencrypt-prod" +# spec: +# tls: +# - hosts: +# - "longhorn.haumdaucher.de" +# secretName: longhorn-haumdaucher-de +# rules: +# - host: longhorn.haumdaucher.de +# http: +# paths: +# - path: / +# backend: +# serviceName: longhorn-frontend +# servicePort: 80 \ No newline at end of file