From 21da8410d39c53cecafea825143f2a63c3dfd433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 14 Dec 2020 18:33:16 +0100 Subject: [PATCH] Reset ingress.template.yaml - Reset service name to web. --- .../digital-ocean/https/templates/ingress.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/digital-ocean/https/templates/ingress.template.yaml b/deployment/digital-ocean/https/templates/ingress.template.yaml index 36733507e..0f4e0fc7b 100644 --- a/deployment/digital-ocean/https/templates/ingress.template.yaml +++ b/deployment/digital-ocean/https/templates/ingress.template.yaml @@ -14,7 +14,7 @@ spec: http: paths: - backend: - serviceName: develop-webapp + serviceName: web servicePort: 3000 path: / - host: mail.ocelot.social @@ -26,5 +26,5 @@ spec: path: / tls: - hosts: - - develop-k8s.ocelot.social + - develop-k8s.ocelot.social secretName: tls