From 8570db3ebc3ab897e4eb63516acee04562582a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 17 Dec 2020 09:42:39 +0100 Subject: [PATCH] Clarify ingress --- .../https/templates/ingress.template.yaml | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/deployment/digital-ocean/https/templates/ingress.template.yaml b/deployment/digital-ocean/https/templates/ingress.template.yaml index bd031729b..7fe690182 100644 --- a/deployment/digital-ocean/https/templates/ingress.template.yaml +++ b/deployment/digital-ocean/https/templates/ingress.template.yaml @@ -17,14 +17,16 @@ spec: serviceName: web servicePort: 3000 path: / - - host: mail.ocelot.social - http: - paths: - - backend: - serviceName: mailserver - servicePort: 80 - path: / - tls: - - hosts: - - develop-k8s.ocelot.social - secretName: tls + # decommt if you have installed the mailservice + # - host: mail.ocelot.social + # http: + # paths: + # - backend: + # serviceName: mailserver + # servicePort: 80 + # path: / + # decommt to activate SSL via port 443 if you have installed the certificate. probalby via the cert-manager + # tls: + # - hosts: + # - develop-k8s.ocelot.social + # secretName: tls